Click or drag to resize

PriorityQueueEPoll Method

Retrieves and removes the head of 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 Poll()

Return Value

Type: E
The head of this queue or null if queue is empty.
See Also