Exemplo n.º 1
0
 public static ITimerSlot SubscribeSlot(this ITimerService timerService,
                                        TimeSpan slot,
                                        Action <ITimerService, ITimerSlot> callback) => timerService.SubscribeSlot(slot, callback, AlwaysActiveSchedule.Default);