|
WaitHandleExtensions Class
|
Defines extension functions related to manipulation wait handle objects.
Inheritance Hierarchy
Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.282-beta+fbfa6baa1521236175f6d73fb2eb151a42453aef
Syntaxpublic static class WaitHandleExtensions
GSF.Threading.WaitHandleExtensions = function();
Type.createClass(
'GSF.Threading.WaitHandleExtensions');
View SourceThe 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