| 
            
              WaitHandleExtensions Class
             | 
          
        
        
            Defines extension functions related to manipulation wait handle objects.
            
        
          
            
Inheritance Hierarchy
         
        
          SystemObject
          
  GSF.ThreadingWaitHandleExtensions
        
        Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
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');
 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