Initializes a new instance of the Timer class, and sets all the properties to their initial values.
Initializes a new instance of the Timer class, and sets the Interval property to the specified number of milliseconds.
Private #autoPrivate Readonly #elapsedPrivate #enabledPrivate #intervalPrivate Optional #intervalGets a Boolean indicating whether the Timer should raise the Elapsed event only once(false) or repeatedly(true).
Sets a Boolean indicating whether the Timer should raise the Elapsed event only once(false) or repeatedly(true).
Gets a value indicating whether the Timer should raise the Elapsed event.
Sets a value indicating whether the Timer should raise the Elapsed event.
Gets the interval, expressed in milliseconds, at which to raise the Elapsed event.
Sets the interval, expressed in milliseconds, at which to raise the Elapsed event.
Private #createPrivate #destroyGenerated using TypeDoc
interface for disposable objects