public MonitoringService(ILog log, IWebOperationContextProvider webContext,
     IHealthzProvider healthzProvider, IVarzProvider varzProvider)
 {
     this.log             = log;
     this.webContext      = webContext;
     this.healthzProvider = healthzProvider;
     this.varzProvider    = varzProvider;
 }
Esempio n. 2
0
 public MonitoringService(ILog log, IWebOperationContextProvider webContext,
                          IHealthzProvider healthzProvider, IVarzProvider varzProvider)
 {
     this.log             = log;
     this.webContext      = webContext;
     this.healthzProvider = healthzProvider;
     this.varzProvider    = varzProvider;
 }