次の方法で共有


CountedCompleter.Root Property

Definition

Returns the root of the current computation; i.

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

Property Value

the root of the current computation

Attributes

Remarks

Returns the root of the current computation; i.e., this task if it has no completer, else its completer's root.

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

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