Overload List
| Name | Description | |
|---|---|---|
| await()()()() |
Causes the current Thread to wait for the count to reach zero, unless
the Thread is interrupted.
| |
| await(TimeSpan) |
Causes the current thread to wait until the latch has counted down to zero, unless
the thread is interrupted, or the specified waiting time elapses.
|