System.Timers.Timer: Method Members

The methods of System.Timers.Timer are listed below. For a list of all members, see the Timer Members list.

See Also: Inherited members from System.ComponentModel.Component

Public Methods

BeginInit()

Begins the run-time initialization of a System.Timers.Timer that is used on a form or by another component.

Close()

Releases the resources used by the System.Timers.Timer.

EndInit()

Ends the run-time initialization of a System.Timers.Timer that is used on a form or by another component.

Start()

Starts raising the Timer.Elapsed event by setting Timer.Enabled to true.

Stop()

Stops raising the Timer.Elapsed event by setting Timer.Enabled to false.

Protected Methods

override
Dispose(bool)

Releases all resources used by the current System.Timers.Timer.