Ejemplo n.º 1
0
 public static bool IsRegistered(this ITimerService timers, Func <Task> callback) =>
 timers.IsRegistered(callback.Method.Name);