Java.Util.Concurrent.ForkJoinTask.Join Method
Returns the result of the computation when it ForkJoinTask.IsDone.

Syntax

[Android.Runtime.Register("join", "()Ljava/lang/Object;", "")]
public Java.Lang.Object Join ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the result of the computation when it ForkJoinTask.IsDone. This method differs from ForkJoinTask.Get in that abnormal completion results in RuntimeException or Error, not ExecutionException, and that interrupts of the calling thread do not cause the method to abruptly return by throwing InterruptedException.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0