Esempio n. 1
0
 public IAsyncEnumerable <bool> RunEvery(StoreLocation location, TimeSpan interval, Action <Exception> unhandledExceptions = null)
 {
     return(_store.RunEvery(location, interval, unhandledExceptions));
 }