Click or drag to resize

DelayQueueEAdd Method

Inserts the specified element into this delay queue.

Namespace:  OBCOM.NetSwitchLib.Utils
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public void Add(
	E element
)

Parameters

element
Type: E
The element to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionelement is null.
See Also