共用方式為


CountedCompleter.QuietlyCompleteRoot Method

Definition

Equivalent to getRoot().quietlyComplete().

[Android.Runtime.Register("quietlyCompleteRoot", "()V", "", ApiSince=24)]
public void QuietlyCompleteRoot ();
[<Android.Runtime.Register("quietlyCompleteRoot", "()V", "", ApiSince=24)>]
member this.QuietlyCompleteRoot : unit -> unit
Attributes

Remarks

Equivalent to getRoot().quietlyComplete().

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

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