ActionExtensionsDelayAndExecute Method

Overload List

DelayAndExecute(Action, Int32, ActionException) Execute an action on the thread pool after a specified number of milliseconds.
DelayAndExecute(ActionCancellationToken, Int32, ActionException) Execute a cancellable action on the thread pool after a specified number of milliseconds.
DelayAndExecute(Action, Int32, CancellationToken, ActionException) Execute an action on the thread pool after a specified number of milliseconds.
DelayAndExecute(ActionCancellationToken, Int32, CancellationToken, ActionException) Execute a cancellable action on the thread pool after a specified number of milliseconds.

See Also