KangarooMonitorWaitAll Method (KangarooMonitor, Int32)Kangaroo Library for .NET
Waits until all of the monitors are done or the timeout expires.

Namespace: DimensionEngineering.Kangaroo
Assembly: DimensionEngineering.Kangaroo (in DimensionEngineering.Kangaroo.dll) Version: 1.0.5.0 (1.0.5.0)
Syntax

public static bool WaitAll(
	KangarooMonitor[] monitors,
	int timeoutMS = -1
)

Parameters

monitors
Type: DimensionEngineering.KangarooKangarooMonitor
The monitors to wait for.
timeoutMS (Optional)
Type: SystemInt32
The timeout to use, in milliseconds.

Return Value

Type: Boolean
True if all of the monitors are done, or false if the timeout expired.
Remarks

If a monitor is null, it is ignored.
See Also

Reference