CountedCompleter.PendingCount Property

Definition

Returns the current pending count. -or- Sets the pending count to the given value.

public int PendingCount { [Android.Runtime.Register("getPendingCount", "()I", "", ApiSince=24)] get; [Android.Runtime.Register("setPendingCount", "(I)V", "", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getPendingCount", "()I", "", ApiSince=24)>]
[<set: Android.Runtime.Register("setPendingCount", "(I)V", "", ApiSince=24)>]
member this.PendingCount : int with get, set

Property Value

Int32

the current pending count

Attributes

Remarks

Property getter documentation:

Java documentation for java.util.concurrent.CountedCompleter.getPendingCount().

Property setter documentation:

Java documentation for java.util.concurrent.CountedCompleter.setPendingCount(int).

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