Click or drag to resize

TimerListener Delegate

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 delegate void TimerListener()
Remarks
A timer event occurs when the server's timer interval period expires. This interval period is defined using the StartTimer(Double) method.
See Also