Esempio n. 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);
 }
Esempio n. 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));
 }
Esempio n. 3
0
 public PostMonitoredEventRequest(Monitor.SystemTests.Hub.PostMonitoredEvent PostMonitoredEvent)
 {
     this.PostMonitoredEvent = PostMonitoredEvent;
 }