Пример #1
0
 private void BrokerOnOnNotificationFailed(WnsNotification notification, AggregateException exception)
 {
     Console.WriteLine(notification.ChannelUri, notification.Payload);
     Console.WriteLine(exception.Message);
 }
Пример #2
0
 private void BrokerOnOnNotificationSucceeded(WnsNotification notification)
 {
     Console.WriteLine(notification.ChannelUri, notification.Payload);
 }