Click or drag to resize

ActionExtensions Methods

The ActionExtensions type exposes the following members.

Methods
  Name Description
Public Extension Method DelayAndExecute(Action, Int32) Execute an action on the thread pool after a specified number of milliseconds.
Public Extension Method DelayAndExecute(Action, WaitHandle, Int32) Execute an action on the thread pool after a specified number of milliseconds.
Public Extension Method TryExecute Attempts to execute an action and processes exceptions using the given exception handler.
Top
See Also