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.181-beta
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