Ejemplo n.º 1
0
 public void SendNotificationError(AzureNotificationErrorEventArgs message)
 {
     if (this.NotificationError != null)
     {
         this.NotificationError(this, message);
     }
 }
Ejemplo n.º 2
0
 public void SendNotificationError(AzureNotificationErrorEventArgs message)
 {
     if (this.NotificationError != null)
         this.NotificationError(this, message);
 }