次の方法で共有


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

the current pending count

Attributes

Remarks

Property getter documentation:

Returns the current pending count.

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

Property setter documentation:

Sets the pending count to the given value.

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