KangarooMonitorWaitAll Method (KangarooMonitor, KangarooTimeout)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,
	KangarooTimeout timeout
)

Parameters

monitors
Type: DimensionEngineering.KangarooKangarooMonitor
The monitors to wait for.
timeout
Type: DimensionEngineering.KangarooKangarooTimeout
The timeout object to use.

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