Click or drag to resize

ServerChannelProcessTimeout Method

Called when a Timeout Event occurs.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public virtual void ProcessTimeout()
Remarks

A Timeout Event occurs when the server's timeout expires. The server's timeout is defined using the Timeout property.

This method is meant to be overriden by classes that extend ServerChannel. The default implementation stops the generation of timeout events by assigning 0 (zero) to Timeout.

See Also