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()
Public Delegate Sub 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