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-local+709673996c0cc3c0733358a87691d1009326afa7
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