RTWaitHandle WaitAny Method IntervalZero RTX Managed Code
Overload List

Name Description
Public method Static member WaitAny( IntPtr )
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 )
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( 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.
Back to Top
See Also