Java.Util.Concurrent.DelayQueue.Take Method
Retrieves and removes the head of this queue, waiting if necessary until an element with an expired delay is available on this queue.

Syntax

[Android.Runtime.Register("take", "()Ljava/lang/Object;", "GetTakeHandler")]
public virtual Java.Lang.Object Take ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.InterruptedException

Remarks

Retrieves and removes the head of this queue, waiting if necessary until an element with an expired delay is available on this queue.

[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