| DelayQueueEPoll Method |
Retrieves and removes the head of this queue, or returns null
if this queue has no elements with an expired delay.
Namespace:
OBCOM.NetSwitchLib.Utils
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax Public Function Poll As E
Return Value
Type:
E
The head of this queue or
null if this queue has no elements
with an expired delay.
See Also