RtWaitHandle.WaitAll Method (RtSafeWaitHandle[])
Waits for any of the elements in the specified array to receive a signal.
Namespace:
IntervalZero.MaxRT.wRTOS.RtApi.Threading
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.1.0)
Syntax
public static bool WaitAll(
RtSafeWaitHandle[] waitHandles
)
Parameters
waitHandles
Type: IntervalZero.MaxRT.wRTOS.RtApi.Threading.WaitHandles.RTSafeWaitHandle
A WaitHandle array containing the objects for which the current instance will wait.
Return Value
Type: Boolean
See Also: