![]() | CountDownLatch Methods |
The CountDownLatch type exposes the following members.
Name | Description | |
---|---|---|
![]() | Await |
Awaits this instance.
|
![]() | Await(TimeSpan) |
Waits for the latch to be released for up to the specified amount of time.
If the timeout expires a TimeoutException is thrown.
|
![]() | Await(Int32, TimeUnit) | |
![]() | CountDown |
Decrements the latch count.
|