Пример #1
0
 public void SendNotificationError(AzureNotificationErrorEventArgs message)
 {
     if (this.NotificationError != null)
     {
         this.NotificationError(this, message);
     }
 }
Пример #2
0
 public void SendNotificationError(AzureNotificationErrorEventArgs message)
 {
     if (this.NotificationError != null)
         this.NotificationError(this, message);
 }