WaitHandleExtensions Class
Defines extension functions related to manipulation wait handle objects.
Namespace: Gemstone.Threading.WaitHandleExtensionsAssembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.167 -- Release Build+6c665d9111cb5e0fc32e9aa6c693dcb89c216eb7
public static class WaitHandleExtensions
Gemstone.Threading.WaitHandleExtensions.WaitHandleExtensions = function();
Type.createClass(
'Gemstone.Threading.WaitHandleExtensions.WaitHandleExtensions');
- Inheritance
- Object WaitHandleExtensions
| 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.
|