Java.Util.Concurrent.IFuture.Get Method
Waits if necessary for the computation to complete, and then retrieves its result.

Syntax

[Android.Runtime.Register("get", "()Ljava/lang/Object;", "GetGetHandler:Java.Util.Concurrent.IFutureInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
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: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1