Java.Util.Concurrent.ICompletionService.Poll Method
Retrieves and removes the Future representing the next completed task, or null if none are present.

Syntax

[Android.Runtime.Register("poll", "()Ljava/util/concurrent/Future;", "GetPollHandler:Java.Util.Concurrent.ICompletionServiceInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IFuture Poll ()

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieves and removes the Future representing the next completed task, or null if none are 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