RTWaitHandleWaitAny Method

Waits for any element in the specified array to receive a signal.

Overload List
Name Description
Public method Static member WaitAny(IntPtr[])
Waits for any of the elements in the specified array to receive a signal.
Public method Static member WaitAny(RTSafeWaitHandle[])
Waits for any of the elements in the specified array to receive a signal.
Public method Static member 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.
Public method Static member 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.
Top
See Also