コード例 #1
0
 public System.Threading.Tasks.Task <Monitor.ConsoleRunner.Hub.GetMonitorResponse> GetMonitorAsync()
 {
     Monitor.ConsoleRunner.Hub.GetMonitorRequest inValue = new Monitor.ConsoleRunner.Hub.GetMonitorRequest();
     return(((Monitor.ConsoleRunner.Hub.IService)(this)).GetMonitorAsync(inValue));
 }
コード例 #2
0
 public System.Nullable <System.Guid> GetMonitor()
 {
     Monitor.ConsoleRunner.Hub.GetMonitorRequest  inValue = new Monitor.ConsoleRunner.Hub.GetMonitorRequest();
     Monitor.ConsoleRunner.Hub.GetMonitorResponse retVal  = ((Monitor.ConsoleRunner.Hub.IService)(this)).GetMonitor(inValue);
     return(retVal.guid);
 }
コード例 #3
0
 System.Threading.Tasks.Task <Monitor.ConsoleRunner.Hub.GetMonitorResponse> Monitor.ConsoleRunner.Hub.IService.GetMonitorAsync(Monitor.ConsoleRunner.Hub.GetMonitorRequest request)
 {
     return(base.Channel.GetMonitorAsync(request));
 }
コード例 #4
0
 Monitor.ConsoleRunner.Hub.GetMonitorResponse Monitor.ConsoleRunner.Hub.IService.GetMonitor(Monitor.ConsoleRunner.Hub.GetMonitorRequest request)
 {
     return(base.Channel.GetMonitor(request));
 }