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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
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