Show / Hide Table of Contents

Method Undo

| Edit this page View Source

Undo(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.
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
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾