Пример #1
0
 public void SendNotification(NotificationEvent notificationEvent, Uri[] receiverAddresses)
 {
     this.SendNotification(new List <NotificationEvent>()
     {
         notificationEvent
     }, receiverAddresses);
 }
Пример #2
0
 protected abstract void OnNotificationReceived(NotificationEvent notificationEvent);
Пример #3
0
 public void SendNotification(NotificationEvent notificationEvent, Uri[] receiverAddresses)
 {
     this.SendNotification(new List<NotificationEvent>() { notificationEvent }, receiverAddresses);
 }