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

Syntax

[Android.Runtime.Register("remove", "()Ljava/lang/ref/Reference;", "GetRemoveHandler")]
public virtual Reference Remove ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.InterruptedExceptionif the blocking call was interrupted

Remarks

Returns the next available reference from the queue, removing it in the process. Waits indefinitely 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