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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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