Beispiel #1
0
 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);
 }
Beispiel #2
0
 LongPolling.Client.NotificationServiceReference.GetNotificationsUserTimeSpanResponse LongPolling.Client.NotificationServiceReference.INotificationService.GetNotificationsUserTimeSpan(LongPolling.Client.NotificationServiceReference.GetNotificationsUserTimeSpanRequest request)
 {
     return(base.Channel.GetNotificationsUserTimeSpan(request));
 }