Ejemplo n.º 1
0
 public void Handle(SeriesRefreshStartingEvent message)
 {
     if (message.ManualTrigger && _cache.IsExpired(TimeSpan.FromMinutes(1)))
     {
         UpdateXemSeriesIds();
     }
 }
Ejemplo n.º 2
0
 public void Handle(SeriesRefreshStartingEvent message)
 {
     RefreshCache();
 }
Ejemplo n.º 3
0
 public void Handle(SeriesRefreshStartingEvent message)
 {
     UpdateMappings();
 }