Click or drag to resize

ActionExtensions Class

Defines extension methods for actions.
Inheritance Hierarchy
SystemObject
  GSF.ThreadingActionExtensions

Namespace: GSF.Threading
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntax
public static class ActionExtensions
View Source

The ActionExtensions type exposes the following members.

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