|
WaitHandleExtensions Methods
|
The WaitHandleExtensions type exposes the following members.
Methods
|
Name |
Description |
|
WaitAll(IEnumerableManualResetEventSlim, CancellationToken)
|
Waits for all the specified ManualResetEventSlim elements to receive a signal.
|
|
WaitAll(IEnumerableManualResetEventSlim, CancellationToken)
|
Waits for all the specified ManualResetEventSlim elements to receive a signal.
|
|
WaitAll(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.
|
|
WaitAll(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.
|
|
WaitAll(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.
|
|
WaitAll(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