Back to Class Reference home page
MVVMbasics.Services.IService
MVVMbasics.Services.ITimerService
public interface ITimerService : IService
Interface specifying all methods for a timer service.
Method Summary | |
---|---|
Guid |
StartOnce(TimeSpan interval, Action callback)
|
Guid |
StartLooping(TimeSpan interval, Action callback)
|
void |
Stop(params Guid[] ids)
|