| 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
)
Public Sub StartTimer (
period As Integer
)
Parameters
- period
- Type: SystemInt32
The time between successive executions of the HandleTimer method (milliseconds).
Exceptions Remarks
If the supplied period is zero (0), the current
timer (if any) is cancelled.
See Also