Click or drag to resize
ITimer Properties

The ITimer type exposes the following members.

Properties
  NameDescription
Public propertyAutoReset
Gets or sets a value indicating whether the Elapsed event should be raised every time the interval elapses (true) or only once (false).
Public propertyEnabled
Gets or sets a value indicating that the Elapsed event should be periodically raised.
Public propertyInterval
Gets or sets the interval at which to raise the Elapsed event.
Top
See Also