TimerSystem Methods |
The TimerSystem type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Start |
Starts a timer with the specified interval and action.
| |
| Stop |
Stops the specified timer.
| |
| Tick |
Occurs every server tick.
| |
| ToString | (Inherited from Object.) |
| 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.) |