Boolean indicating whether the Timer should raise the Elapsed event only once (false) or repeatedly (true).
List of functions to be called on each time the interval specified elapses
Boolean indicating whether the Timer should raise the Elapsed event.
The interval, expressed in milliseconds, at which to raise the Elapsed event.
Starts raising the Elapsed event at the specified interval
Stops raising the Elapsed event by setting Enabled to false.
Generated using TypeDoc
Boolean indicating whether the Timer should raise the Elapsed event only once (false) or repeatedly (true).