CountedCompleter.Completer Property

Definition

Returns the completer established in this task's constructor, or null if none.

public Java.Util.Concurrent.CountedCompleter? Completer { [Android.Runtime.Register("getCompleter", "()Ljava/util/concurrent/CountedCompleter;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getCompleter", "()Ljava/util/concurrent/CountedCompleter;", "", ApiSince=24)>]
member this.Completer : Java.Util.Concurrent.CountedCompleter

Property Value

the completer

Attributes

Remarks

Returns the completer established in this task's constructor, or null if none.

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

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