WaitHandleExtensions Class

Defines extension functions related to manipulation wait handle objects.

Definition

Namespace: Gemstone.Threading.WaitHandleExtensions
Assembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.169 -- Release Build+7697c0e717c25635c63b5dbfba5523a6bec4ec9b
public static class WaitHandleExtensions
Inheritance
Object    WaitHandleExtensions

Methods

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.

See Also