public ErrorAlertHandler(AlertRule rule, Notification notification) : base(rule, notification)
 {
 }
示例#2
0
 public AlertHandler(AlertRule rule, Notification notification)
 {
     this.rule         = rule;
     this.notification = notification;
 }