Click or drag to resize

ITimerService Interface

Provides methods for starting and stopping timers.

Namespace:  SampSharp.Entities
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public interface ITimerService

The ITimerService type exposes the following members.

Methods
  NameDescription
Public methodStart
Starts a timer with the specified interval and action.
Public methodStop
Stops the specified timer.
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