Interface ITimerHandler
Contains properties which allow to work with timer.
public interface ITimerHandler : IDisposableProperties
- 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 : IDisposableGets or sets whether the timer is running.
Gets or sets action which is called on timer tick.