Condition..::..Wait Method
Overload List
Name | Description | |
---|---|---|
Wait(Object) |
Wait until a condition is fulfilled
|
|
Wait(Object, Int32) |
Waits the specified calling monitor until a timeout expires.
|
|
Wait(Object, TimeSpan) |
Releases the lock on a monitor and blocks the current thread until
it receives Notification / Signal or a specified amount of time elapses.
|