|   | Action | 
The ActionExtensions type exposes the following members.
 Methods
Methods
        | Name | Description | |
|---|---|---|
|   | DelayAndExecute(Action, Int32) | Execute an action on the thread pool after a specified number of milliseconds. | 
|   | DelayAndExecute(Action, WaitHandle, Int32) | Execute an 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. | 
 See Also
See Also