Method AddActionToQueue
AddActionToQueue(Action)
Inserts the function call aCommand into the Action Queue, ensuring the calling object will perform actions in a particular order.
public Task AddActionToQueue(Action action)
Parameters
actionAction
Inserts the function call aCommand into the Action Queue, ensuring the calling object will perform actions in a particular order.
public Task AddActionToQueue(Action action)
action Action