Click or drag to resize

ServerChannelHandleIdle Method

Called when a idle 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 HandleIdle()
Remarks

An idle event occurs when the sever's timeout expires. The server's timeout is defined using the IdleTimeout property.

This method is meant to be overridden by classes that extend this ServerChannel. This default implementation stops the generation of idle events setting the value of property IdleTimeout to ZERO.

See Also