Java.Lang.Ref.ReferenceQueue.Poll Method
Returns the next available reference from the queue, removing it in the process.

Syntax

[Android.Runtime.Register("poll", "()Ljava/lang/ref/Reference;", "GetPollHandler")]
public virtual Reference Poll ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the next available reference from the queue, removing it in the process. Does not wait for a reference to become available.

[Android Documentation]

Requirements

Namespace: Java.Lang.Ref
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1