Example #1
0
 public void StopPeriodicFetching()
 {
     _splitFetcher.Stop();
     _segmentFetcher.Stop();
     _log.Debug("Spltis and Segments fetchers stopped...");
 }