Method Undo
| Improve this Doc View SourceUndo(string)
Execute the undo action of the item at the queue's current position and decrease the position pointer.
If a queue with the provided name does not exist it is automatically created.
If a queue with the provided name does not exist it is automatically created.
Declaration
public bool Undo(string queueName)
Parameters
Type | Name | Description |
---|---|---|
string | queueName | Global name of the queue |
Returns
Type | Description |
---|---|
bool | true if an action was undone, false if no actions exist or the action failed |