| DelayQueueERemove Method |
Removes a single instance of the specified element from this queue,
if it is present, whether or not it has expired.
Namespace:
OBCOM.NetSwitchLib.Utils
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public bool Remove(
E element
)
Public Function Remove (
element As E
) As Boolean
Parameters
- element
- Type: E
The element to be removed, if present (can be null).
Return Value
Type:
Booleantrue if the element was removed.
See Also