Class DummyTimerHandler
Implementation of the ITimerHandler which does nothing.
public class DummyTimerHandler : DisposableObject, IBaseObject, IDisposableObject, ITimerHandler, IDisposable
- Inheritance
-
DummyTimerHandler
- Implements
Properties
- Enabled
Gets or sets whether the timer is running.
- Tick
Gets or sets action which is called on timer tick.