Exemple #1
0
 public object PostMonitoredEvent(Monitor.SystemTests.Hub.PostMonitoredEvent PostMonitoredEvent1)
 {
     Monitor.SystemTests.Hub.PostMonitoredEventRequest inValue = new Monitor.SystemTests.Hub.PostMonitoredEventRequest();
     inValue.PostMonitoredEvent = PostMonitoredEvent1;
     Monitor.SystemTests.Hub.PostMonitoredEventResponse retVal = ((Monitor.SystemTests.Hub.IService)(this)).PostMonitoredEvent(inValue);
     return(retVal.anyType);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <Monitor.SystemTests.Hub.PostMonitoredEventResponse> PostMonitoredEventAsync(Monitor.SystemTests.Hub.PostMonitoredEvent PostMonitoredEvent)
 {
     Monitor.SystemTests.Hub.PostMonitoredEventRequest inValue = new Monitor.SystemTests.Hub.PostMonitoredEventRequest();
     inValue.PostMonitoredEvent = PostMonitoredEvent;
     return(((Monitor.SystemTests.Hub.IService)(this)).PostMonitoredEventAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <Monitor.SystemTests.Hub.PostMonitoredEventResponse> Monitor.SystemTests.Hub.IService.PostMonitoredEventAsync(Monitor.SystemTests.Hub.PostMonitoredEventRequest request)
 {
     return(base.Channel.PostMonitoredEventAsync(request));
 }
Exemple #4
0
 Monitor.SystemTests.Hub.PostMonitoredEventResponse Monitor.SystemTests.Hub.IService.PostMonitoredEvent(Monitor.SystemTests.Hub.PostMonitoredEventRequest request)
 {
     return(base.Channel.PostMonitoredEvent(request));
 }