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.296-beta+d85e3b6b23676c9fffb3231e358b4f94ad70793d
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