Interface ITimer
Represents a timer that can be controlled.
public interface ITimer : IDisposable
- Inherited Members
Properties
- IsRunning
Gets a value indicating whether the timer is currently running.
Methods
- Start()
Starts the timer.
- Stop()
Stops the timer.