Click or drag to resize

WaitHandleExtensionsWaitAll Method

Overload List
  Name Description
Public Extension Method WaitAll(IEnumerableManualResetEventSlim, CancellationToken) Waits for all the specified ManualResetEventSlim elements to receive a signal.
Public Extension Method WaitAll(IEnumerableManualResetEventSlim, CancellationToken) Waits for all the specified ManualResetEventSlim elements to receive a signal.
Public Extension Method 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.
Public Extension Method 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.
Public Extension Method 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.
Public Extension Method 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