|   | WaitHandleExtensions Class | 
        
        
            Defines extension functions related to manipulation wait handle objects.
            
        
          
             Inheritance Hierarchy
Inheritance Hierarchy
         
        
          SystemObject
          
  GSF.ThreadingWaitHandleExtensions
        
        Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic static class WaitHandleExtensions
<ExtensionAttribute>
Public NotInheritable Class WaitHandleExtensions
[ExtensionAttribute]
public ref class WaitHandleExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type WaitHandleExtensions = class end
GSF.Threading.WaitHandleExtensions = function();
Type.createClass(
	'GSF.Threading.WaitHandleExtensions');
The WaitHandleExtensions type exposes the following members.
 Methods
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
See Also