ITimer Properties |
The ITimer type exposes the following members.
Name | Description | |
---|---|---|
![]() | AutoReset |
Gets or sets a value indicating whether the Elapsed event should be raised every time
the interval elapses (true) or only once (false).
|
![]() | Enabled |
Gets or sets a value indicating that the Elapsed event should be periodically raised.
|
![]() | Interval |
Gets or sets the interval at which to raise the Elapsed event.
|