Waits for the associated handle to be signaled.
| Name | Description | |
|---|---|---|
| 
                                     | 
                                WaitOne | 
                                     Blocks the current thread until the current WaitHandle receives a signal.
             
                                 | 
                            
| 
                                     | 
                                WaitOne(Int32) | 
                                     
             Blocks the current thread until the current System.Threading.WaitHandle receives
 a signal.
             
                                 | 
                            
| 
                                     | 
                                WaitOne(TimeSpan) | 
                                     
             Blocks the current thread until the current System.Threading.WaitHandle receives
 a signal.
             
                                 | 
                            
| 
                                     | 
                                WaitOne(Int32, Boolean) | 
                                     
            Blocks the current thread until the current WaitHandle receives a signal, using 32-bit signed integer to measure the time interval and specifying whether to exit the synchronization domain before the wait.
             
                                 | 
                            
| 
                                     | 
                                WaitOne(TimeSpan, Boolean) | 
                                     
             Blocks the current thread until the current System.Threading.WaitHandle receives
 a signal.
             
                                 |