ITimer Interface |
Namespace: VirtualRadar.Interface
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.
|
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | Start |
Starts the timer.
|
![]() | Stop |
Stops the timer.
|