KangarooMonitorWait Method (Int32)Kangaroo Library for .NET
Waits until IsDone returns true 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 KangarooMonitor Wait(
	int timeoutMS = -1
)

Parameters

timeoutMS (Optional)
Type: SystemInt32
The timeout to use, in milliseconds.

Return Value

Type: KangarooMonitor
The same KangarooMonitor.
See Also

Reference