|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public static class WaitHandleExtensions
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type WaitHandleExtensions = class end
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.
|
TopSee Also