Click or drag to resize

ServerChannelProcessTimer Method

Called when a Timer 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 ProcessTimer()
Remarks

A Timer Event occurs when the server's timer interval period expires. This interval period is defined using the StartTimer(Double) method.

This method is meant to be overriden by classes that extend ServerChannel. This default implementation executes the CancelTimer method to stop the generation of Timer Events.

See Also