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); }
LongPolling.Client.NotificationServiceReference.GetNotificationsResponse LongPolling.Client.NotificationServiceReference.INotificationService.GetNotifications(LongPolling.Client.NotificationServiceReference.GetNotificationsRequest request) { return(base.Channel.GetNotifications(request)); }