|
Name |
Description |
|
WaitAll(IEnumerable<ManualResetEventSlim> , CancellationToken)
|
Waits for all the specified ManualResetEventSlim elements to receive a signal.
|
|
WaitAll(IEnumerable<ManualResetEventSlim> , CancellationToken)
|
Waits for all the specified ManualResetEventSlim elements to receive a signal.
|
|
WaitAll(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.
|
|
WaitAll(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.
|
|
WaitAll(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.
|
|
WaitAll(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.
|