Click or drag to resize

ServerChannelHandleTimer Method

Called when a timer event occurs.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
protected virtual void HandleTimer()
Remarks

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.

See Also