Waits for any element in the specified array to receive a signal.
| Name | Description | |
|---|---|---|
| 
                                     | 
                                WaitAny(IntPtr[]) | 
                                     
            Waits for any of the elements in the specified array to receive a signal. 
                                 | 
                            
| 
                                     | 
                                WaitAny(RTSafeWaitHandle[]) | 
                                     
            Waits for any of the elements in the specified array to receive a signal. 
                                 | 
                            
| 
                                     | 
                                WaitAny(IntPtr[], Int32, Boolean) | 
                                     
            Waits for any of the elements in the specified array to receive a signal, using a 32-bit signed integer to measure the time interval.
             
                                 | 
                            
| 
                                     | 
                                WaitAny(RTSafeWaitHandle[], Int32, Boolean) | 
                                     
            Waits for any of the elements in the specified array to receive a signal, using a 32-bit signed integer to measure the time interval.
             
                                 |