RTWaitHandle WaitAll Method ( RTSafeWaitHandle ) IntervalZero RTX Managed Code
Waits for all the elements in the specified array to receive a signal.

Namespace:  RTX.Threading
Assembly:  IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)

Syntax

public static bool WaitAll(
	RTSafeWaitHandle[] waitHandles
)

Parameters

waitHandles
Type: RTX.Threading.WaitHandles RTSafeWaitHandle
A WaitHandle array containing the objects for which the current instance will wait.

Return Value

Type: OnlineBoolean
See Also