CountedCompleter.PendingCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.