static private DispatchAction ( System.Action action ) : void | ||
action | System.Action | The action to execute. |
return | void |
If there is a transaction running on this thread, defer execution until the transaction ends (enqueue the action on the transaction).
If there is already an action running, enqueue it (nested).
Otherwise, queue it for execution.
static private DispatchAction ( System.Action action ) : void | ||
action | System.Action | The action to execute. |
return | void |