Click or drag to resize

DeplayedEvent Constructor

Constructs a new DeplayedEvent instance.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public DeplayedEvent(
	long delay
)

Parameters

delay
Type: SystemInt64
The delay of this deplayed event (milliseconds).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptiondelay is negative.
See Also