コード例 #1
0
 public HealthIssueSubscriber(ILogFactory logFactory,
                              ExchangeSettings exchangeSettings,
                              IHealthMonitorService healthMonitorService)
 {
     _log                  = logFactory.CreateLog(this);
     _logFactory           = logFactory;
     _settings             = exchangeSettings;
     _healthMonitorService = healthMonitorService;
 }
コード例 #2
0
 public HealthIssuesController(IHealthMonitorService healthMonitorService)
 {
     _healthMonitorService = healthMonitorService;
 }