Click or drag to resize

WaitHandleExtensions Class

Defines extension functions related to manipulation wait handle objects.
Inheritance Hierarchy
SystemObject
  GSF.ThreadingWaitHandleExtensions

Namespace: GSF.Threading
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static class WaitHandleExtensions
View Source

The WaitHandleExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodWaitAll(IEnumerableManualResetEventSlim, CancellationToken) Waits for all the specified ManualResetEventSlim elements to receive a signal.
Public Extension MethodWaitAll(IEnumerableManualResetEventSlim, CancellationToken) Waits for all the specified ManualResetEventSlim elements to receive a signal.
Public Extension MethodWaitAll(IEnumerableManualResetEventSlim, Int32, CancellationToken) Waits for all the specified ManualResetEventSlim elements to receive a signal, using an integer value to specify the maximum time interval,in milliseconds, to wait.
Public Extension MethodWaitAll(IEnumerableManualResetEventSlim, Int32, CancellationToken) Waits for all the specified ManualResetEventSlim elements to receive a signal, using an integer value to specify the maximum time interval,in milliseconds, to wait.
Public Extension MethodWaitAll(IEnumerableManualResetEventSlim, TimeSpan, CancellationToken) Waits for all the specified ManualResetEventSlim elements to receive a signal, using a TimeSpan value to specify the maximum time interval to wait.
Public Extension MethodWaitAll(IEnumerableManualResetEventSlim, TimeSpan, CancellationToken) Waits for all the specified ManualResetEventSlim elements to receive a signal, using a TimeSpan value to specify the maximum time interval to wait.
Top
See Also