Click or drag to resize

ITimerService Methods

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