コード例 #1
0
 public KPIAlertTask(IAlertAndEscalation alertAndEscalation, IConfiguration configuration, ILogger logger)
 {
     _logger             = logger;
     _alertAndEscalation = alertAndEscalation;
     _configuration      = configuration;
     Schedule            = _configuration.GetSection("SchedulerConfig").GetSection("ScheduleTime").Value.ToString();
 }
コード例 #2
0
ファイル: AlertsController.cs プロジェクト: padman91/Aug31st
 public AlertsController(IAlertAndEscalation alertAndEscalation)
 {
     _alertAndEscalation = alertAndEscalation;
 }