The members of System.Timers.Timer are listed below.
See Also: Inherited members from System.ComponentModel.Component
Timer() |
![]() Initializes a new instance of the System.Timers.Timer class, and sets all the properties to their initial values. | |
![]() Initializes a new instance of the System.Timers.Timer class, and sets the Timer.Interval property to the specified number of milliseconds. |
AutoReset | bool.
![]() 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. | |
Enabled | bool.
![]() Gets or sets a value indicating whether the System.Timers.Timer should raise the Timer.Elapsed event. | |
Interval | double.
![]() Gets or sets the interval at which to raise the Timer.Elapsed event. | |
override | Site | System.ComponentModel.ISite.
![]() Gets or sets the site that binds the System.Timers.Timer to its container in design mode. |
SynchronizingObject | System.ComponentModel.ISynchronizeInvoke.
![]() Gets or sets the object used to marshal event-handler calls that are issued when an interval has elapsed. |
BeginInit()
| ||
Close()
| ||
EndInit()
| ||
Start()
| ||
Stop()
|
override | Dispose(bool)
|
Elapsed |
![]() Occurs when the interval elapses. |