In This Topic
The following tables list the members exposed by NTimer.
Public Constructors
Public Properties
| Name | Description |
| Group | Gets or sets whether the timer is allowed to be grouped with other timers that have the same interval. When this property is set to true, and a timer of the same group is already created, the first tick may occur in a shorted interval of time. The change of this property restarts the timer, if it was started. By default set to false. |
| Interval | Gets or sets the interval at which the tick event occurs (in milliseconds) If the timer is started, it is restarted. The change of this property restarts the timer, if it was started. |
| IsStarted | Gets whether the timer is running. |
Top
Protected Properties
| Name | Description |
| ElAE | |
Top
Public Methods
| Name | Description |
| SetTimeout | Executes the specified function after the specified delay (in milliseconds). |
| Start | Starts the timer (by default a timer is stopped) |
| Stop | Stops the timer |
Top
Protected Methods
| Name | Description |
| blAE | |
Top
Public Events
| Name | Description |
| Tick | Raised when the timer is ticked |
Top
See Also