The members of Java.Util.Concurrent.CountDownLatch are listed below.
See Also: Inherited members from Java.Lang.Object
Constructs a CountDownLatch initialized with the given count. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Await()Causes the current thread to wait until the latch has counted down to zero, unless the thread is Java.Lang.Thread.Interrupt. | ||
Await(long, TimeUnit)Causes the current thread to wait until the latch has counted down to zero, unless the thread is Java.Lang.Thread.Interrupt, or the specified waiting time elapses. | ||
AwaitAsync()Documentation for this section has not yet been entered. | ||
AwaitAsync(long, TimeUnit)Documentation for this section has not yet been entered. | ||
CountDown()Decrements the count of the latch, releasing all waiting threads if the count reaches zero. |