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
Begins the run-time initialization of a System.Timers.Timer that is used on a form or by another component.
Releases the resources used by the System.Timers.Timer.
Ends the run-time initialization of a System.Timers.Timer that is used on a form or by another component.
Starts raising the Timer.Elapsed event by setting Timer.Enabled to true.
Stops raising the Timer.Elapsed event by setting Timer.Enabled to false.
Releases all resources used by the current System.Timers.Timer.