MVVMbasics Logo

mobilemotion.eu Logo


Back to Class Reference home page


MVVMbasics.Helpers
Interface ITimerService

MVVMbasics.Services.IService
  extended by 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)