| DelayQueueEPeek Method |
Retrieves, but does not remove, the head of this queue, or returns
null if this queue is empty.
Namespace:
OBCOM.NetSwitchLib.Utils
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax Public Function Peek As E
Return Value
Type:
E
The head of this queue or
null if this queue is empty.
Remarks
Unlike
Poll, if no expired elements are available in
the queue, this method returns the element that will expire next, if
one exists.
See Also