Click or drag to resize

TimerServiceExtensions Class

Provides extended methods for ITimerService.
Inheritance Hierarchy
SystemObject
  SampSharp.EntitiesTimerServiceExtensions

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

The TimerServiceExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberStart
Starts a timer with the specified interval. The specified method will be invoked on the specified target each timer tick.
Top
See Also