public LongPolling.Notification[] GetNotificationsUserTimeSpan(LongPolling.User user, System.TimeSpan timeout) { LongPolling.Client.NotificationServiceReference.GetNotificationsUserTimeSpanRequest inValue = new LongPolling.Client.NotificationServiceReference.GetNotificationsUserTimeSpanRequest(); inValue.user = user; inValue.timeout = timeout; LongPolling.Client.NotificationServiceReference.GetNotificationsUserTimeSpanResponse retVal = ((LongPolling.Client.NotificationServiceReference.INotificationService)(this)).GetNotificationsUserTimeSpan(inValue); return(retVal.GetNotificationsUserTimeSpanResult); }
LongPolling.Client.NotificationServiceReference.GetNotificationsUserTimeSpanResponse LongPolling.Client.NotificationServiceReference.INotificationService.GetNotificationsUserTimeSpan(LongPolling.Client.NotificationServiceReference.GetNotificationsUserTimeSpanRequest request) { return(base.Channel.GetNotificationsUserTimeSpan(request)); }