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)
StartStarts the timer.
StopStops the timer.

Events

Action