Click or drag to resize

CountDownLatch Methods

The CountDownLatch type exposes the following members.

Methods
  NameDescription
Public methodAwait
Awaits this instance.
Public methodAwait(TimeSpan)
Waits for the latch to be released for up to the specified amount of time. If the timeout expires a TimeoutException is thrown.
Public methodAwait(Int32, TimeUnit)
Public methodCountDown
Decrements the latch count.
Top
See Also