Methods
Name | Description | |
---|---|---|
![]() | Update |
Updates the status. The channel's command timeout is used.
|
![]() | Update(Int32) |
Updates the status.
|
![]() | Update(KangarooTimeout) |
Updates the status.
|
![]() | Wait(Int32) |
Waits until IsDone returns true or the timeout expires.
|
![]() | Wait(KangarooTimeout) |
Waits until IsDone returns true or the timeout expires.
|
![]() ![]() | WaitAll(KangarooMonitor, KangarooTimeout) |
Waits until all of the monitors are done or the timeout expires.
|
![]() ![]() | WaitAll(KangarooMonitor, Int32) |
Waits until all of the monitors are done or the timeout expires.
|
![]() ![]() | WaitAny(KangarooMonitor, KangarooTimeout) |
Waits until at least one of the monitors is done or the timeout expires.
|
![]() ![]() | WaitAny(KangarooMonitor, Int32) |
Waits until at least one of the monitors is done or the timeout expires.
|
See Also