ITimerService Methods |
The ITimerService type exposes the following members.
Name | Description | |
---|---|---|
Start |
Starts a timer with the specified interval and action.
| |
Stop |
Stops the specified timer.
|
Name | Description | |
---|---|---|
Start |
Starts a timer with the specified interval. The specified method will be invoked on the specified target each timer tick.
(Defined by TimerServiceExtensions.) |