![]() | ServerChannelHandleTimer Method |
Namespace: OBCOM.NetSwitchLib.Servers
A timer event occurs when the sever's timer interval period expires. This interval period is defined using the StartTimer(Int32) method.
This method is meant to be overridden by classes that extend this ServerChannel. This default implementation calls CancelTimer to stop the generation of timer events.