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
Parameters
- monitors
- Type: DimensionEngineering.KangarooKangarooMonitor
The monitors to wait for. - timeoutMS (Optional)
- Type: SystemInt32
The timeout to use, in milliseconds.
Return Value
Type: BooleanTrue if all of the monitors are done, or false if the timeout expired.
Remarks
See Also