Example #1
0
 public RxLoopInstanceBase(TimeSpan delayBetweenRuns, ISchedulerProvider scheduler, string nameOfInstance = default(string))
 {
     RxLoop = new RxLoop(scheduler, Action, delayBetweenRuns, nameOfInstance);
 }
Example #2
0
 public StopRxTimerLoopDisposable(RxLoop rxLoop)
 {
     _rxLoop = rxLoop;
 }