Click or drag to resize

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
)

Parameters

element
Type: E
The element to be removed, if present (can be null).

Return Value

Type: Boolean
true if the element was removed.
See Also