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