Exemple #1
0
 /// <summary>
 /// When adding a new notifier host manually or by editing it needs to be initialized for events, config vars etc.
 /// </summary>
 /// <param name="notifierHost"></param>
 public void AddNotifierHost(NotifierHost notifierHost)
 {
     notifierHost.ParentMonitorPack = this;
     NotifierHosts.Add(notifierHost);
 }
Exemple #2
0
 public void AddNotifierHost(NotifierHost notifierHost)
 {
     NotifierHosts.Add(notifierHost);
 }