示例#1
0
 public void SendNotificationError(AzureNotificationErrorEventArgs message)
 {
     if (this.NotificationError != null)
     {
         this.NotificationError(this, message);
     }
 }
 public void SendNotificationError(AzureNotificationErrorEventArgs message)
 {
     if (this.NotificationError != null)
         this.NotificationError(this, message);
 }