System.Timers.Timer: Property Members

The properties 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 Properties

AutoResetbool.

Gets or sets a value indicating whether the System.Timers.Timer should raise the Timer.Elapsed event each time the specified interval elapses or only after the first time it elapses.

Enabledbool.

Gets or sets a value indicating whether the System.Timers.Timer should raise the Timer.Elapsed event.

Intervaldouble.

Gets or sets the interval at which to raise the Timer.Elapsed event.

override
SiteSystem.ComponentModel.ISite.

Gets or sets the site that binds the System.Timers.Timer to its container in design mode.

SynchronizingObjectSystem.ComponentModel.ISynchronizeInvoke.

Gets or sets the object used to marshal event-handler calls that are issued when an interval has elapsed.