Esempio n. 1
0
 public string Run()
 {
     NodeServiceReference.RunRequest inValue = new NodeServiceReference.RunRequest();
     inValue.Body = new NodeServiceReference.RunRequestBody();
     NodeServiceReference.RunResponse retVal = ((NodeServiceReference.NodeServiceSoap)(this)).Run(inValue);
     return(retVal.Body.RunResult);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <NodeServiceReference.RunResponse> RunAsync()
 {
     NodeServiceReference.RunRequest inValue = new NodeServiceReference.RunRequest();
     inValue.Body = new NodeServiceReference.RunRequestBody();
     return(((NodeServiceReference.NodeServiceSoap)(this)).RunAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <NodeServiceReference.RunResponse> NodeServiceReference.NodeServiceSoap.RunAsync(NodeServiceReference.RunRequest request)
 {
     return(base.Channel.RunAsync(request));
 }
Esempio n. 4
0
 NodeServiceReference.RunResponse NodeServiceReference.NodeServiceSoap.Run(NodeServiceReference.RunRequest request)
 {
     return(base.Channel.Run(request));
 }