Click or drag to resize

WaitHandleExtensions Class

Defines extension functions related to manipulation wait handle objects.
Inheritance Hierarchy
System.Object
  GSF.Threading.WaitHandleExtensions

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

The WaitHandleExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodWaitAll(IEnumerable<ManualResetEventSlim>, CancellationToken) Waits for all the specified ManualResetEventSlim elements to receive a signal.
Public Extension MethodWaitAll(IEnumerable<ManualResetEventSlim>, CancellationToken) Waits for all the specified ManualResetEventSlim elements to receive a signal.
Public Extension MethodWaitAll(IEnumerable<ManualResetEventSlim>, 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(IEnumerable<ManualResetEventSlim>, 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(IEnumerable<ManualResetEventSlim>, 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(IEnumerable<ManualResetEventSlim>, 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