Click or drag to resize

ServerChannelStartTimer Method

Schedules the execution of the HandleTimer method at regular intervals.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public void StartTimer(
	int period
)

Parameters

period
Type: SystemInt32
The time between successive executions of the HandleTimer method (milliseconds).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionperiod is negative.
Remarks
If the supplied period is zero (0), the current timer (if any) is cancelled.
See Also