CountDownLatch.Count Property

Definition

Returns the current count.

public virtual long Count { [Android.Runtime.Register("getCount", "()J", "GetGetCountHandler")] get; }
[<get: Android.Runtime.Register("getCount", "()J", "GetGetCountHandler")>]
member this.Count : int64

Property Value

the current count

Attributes

Remarks

Returns the current count.

This method is typically used for debugging and testing purposes.

Java documentation for java.util.concurrent.CountDownLatch.getCount().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to