ActionExtensions Class

Defines extension methods for actions.

Definition

Namespace: Gemstone.ActionExtensions
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.110 -- Release Build+3e0464f4461df4d3e1175b13966eb47ff832554d
public static class ActionExtensions
Inheritance
Object    ActionExtensions

Methods

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