CountedCompleter.Root 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 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.