Ejemplo n.º 1
0
 public MonitoringService(ILog log, IWebOperationContextProvider webContext,
                          IHealthzProvider healthzProvider, IVarzProvider varzProvider)
 {
     this.log             = log;
     this.webContext      = webContext;
     this.healthzProvider = healthzProvider;
     this.varzProvider    = varzProvider;
 }
Ejemplo 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;
 }
Ejemplo n.º 3
0
 public FilesService(ILog log, IDeaConfig config, IWebOperationContextProvider webContext)
 {
     this.log = log;
     this.config = config;
     this.webContext = webContext;
 }
Ejemplo n.º 4
0
 public FilesService(ILog log, IDeaConfig config, IWebOperationContextProvider webContext)
 {
     this.log        = log;
     this.config     = config;
     this.webContext = webContext;
 }