ForkJoinTask.Exec Method
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.
Immediately performs the base action of this task and returns true if, upon return from this method, this task is guaranteed to have completed normally.
[Android.Runtime.Register("exec", "()Z", "GetExecHandler")]
protected abstract bool Exec ();
[<Android.Runtime.Register("exec", "()Z", "GetExecHandler")>]
abstract member Exec : unit -> bool
Returns
true if this task is known to have completed normally
- Attributes
Remarks
Java documentation for java.util.concurrent.ForkJoinTask.exec().
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.