Interface ITimerHandler
Contains properties which allow to work with timer.
public interface ITimerHandler : IDisposable
Properties
- Enabled
Gets or sets whether the timer is running.
- Tick
Gets or sets action which is called on timer tick.
Contains properties which allow to work with timer.
public interface ITimerHandler : IDisposable
Gets or sets whether the timer is running.
Gets or sets action which is called on timer tick.