ActionExtensions Class
Defines extension methods for actions.
Namespace: Gemstone.ActionExtensionsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.155 -- Release Build+a7d8ba87ff92af3282fc68a6fbfd37a854100b44
public static class ActionExtensions
<ExtensionAttribute>
Public NotInheritable Class ActionExtensions
[ExtensionAttribute]
public ref class ActionExtensions abstract sealed
Gemstone.ActionExtensions.ActionExtensions = function();
Type.createClass(
'Gemstone.ActionExtensions.ActionExtensions');
- Inheritance
- Object ActionExtensions
| 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.
|
| TryExecute |
Attempts to execute an action and processes exceptions using the given exception handler.
|