Click or drag to resize

TimerSystem Methods

The TimerSystem type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStart
Starts a timer with the specified interval and action.
Public methodStop
Stops the specified timer.
Public methodTick
Occurs every server tick.
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodStart
Starts a timer with the specified interval. The specified method will be invoked on the specified target each timer tick.
(Defined by TimerServiceExtensions.)
Top
See Also