Android.OS.AsyncTask.Get Method
Waits if necessary for the computation to complete, and then retrieves its result.

Syntax

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

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Util.Concurrent.CancellationExceptionIf the computation was cancelled.
Java.Util.Concurrent.ExecutionExceptionIf the computation threw an exception.
Java.Lang.InterruptedExceptionIf the current thread was interrupted while waiting.

Remarks

Waits if necessary for the computation to complete, and then retrieves its result.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3