Click or drag to resize

DelayQueueEPoll Method

Overload List
  NameDescription
Public methodPoll
Retrieves and removes the head of this queue, or returns null if this queue has no elements with an expired delay.
Public methodPoll(Int64)
Retrieves and removes the head of this queue, waiting if necessary until an element with an expired delay is available on this queue, or the specified wait time expires.
Top
See Also