| SoSystemTimer Methods |
The SoSystemTimer type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Releases all resources used by SoDisposable.
(Inherited from SoDisposable.) | |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
| GetType | (Inherited from Object.) | |
| IsPending | Return true if the timer is running. | |
| SetDelay | Set the timer's timeout in milliseconds. | |
| SetRepeat | If set to true, the timer will be triggered periodically at the rate defined by setDelay. | |
| SetTask | Sets the task executed when the timer is triggered. | |
| Start | Start the timer. | |
| Stop | Stop the timer. | |
| ToString | (Inherited from Object.) |