RTWaitHandleWaitAll Method (RTSafeWaitHandle[])

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

Namespace:  IntervalZero.RTX64.RTAPI.Threading
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public static bool WaitAll(
	RTSafeWaitHandle[] waitHandles
)

Parameters

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

Return Value

Type: Boolean
See Also