Java.Util.Concurrent.CountDownLatch.CountDown Method
Decrements the count of the latch, releasing all waiting threads if the count reaches zero.

Syntax

[Android.Runtime.Register("countDown", "()V", "GetCountDownHandler")]
public virtual void CountDown ()

Remarks

Decrements the count of the latch, releasing all waiting threads if the count reaches zero.

If the current count is greater than zero then it is decremented. If the new count is zero then all waiting threads are re-enabled for thread scheduling purposes.

If the current count equals zero then nothing happens.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1