Java.Util.Concurrent.ExecutorCompletionService.Take Method
Retrieves and removes the Future representing the next completed task, waiting if none are yet present.

Syntax

[Android.Runtime.Register("take", "()Ljava/util/concurrent/Future;", "GetTakeHandler")]
public virtual IFuture Take ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.InterruptedException

Remarks

Retrieves and removes the Future representing the next completed task, waiting if none are yet present.

[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