Click or drag to resize

DelayQueueETake Method

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

Namespace:  OBCOM.NetSwitchLib.Utils
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public E Take()

Return Value

Type: E
The head of this queue.
See Also