예제 #1
0
 public LongPolling.Notification[] GetNotifications(LongPolling.User user)
 {
     LongPolling.Client.NotificationServiceReference.GetNotificationsRequest inValue = new LongPolling.Client.NotificationServiceReference.GetNotificationsRequest();
     inValue.user = user;
     LongPolling.Client.NotificationServiceReference.GetNotificationsResponse retVal = ((LongPolling.Client.NotificationServiceReference.INotificationService)(this)).GetNotifications(inValue);
     return(retVal.GetNotificationsResult);
 }
예제 #2
0
 LongPolling.Client.NotificationServiceReference.GetNotificationsResponse LongPolling.Client.NotificationServiceReference.INotificationService.GetNotifications(LongPolling.Client.NotificationServiceReference.GetNotificationsRequest request)
 {
     return(base.Channel.GetNotifications(request));
 }