Timer Class
Timer class to run periodic tasks or one task after some amount of time has elapsed.
Object
Timer
class Timer implements
IDisposable
Constructors
Timer
Properties
IsRunning
Repeats
Interval
Methods
Dispose
OnAction
(Protected)
Start
Starts the timer.
Stop
Stops the timer.
Events
Action