コード例 #1
0
 public System.Threading.Tasks.Task <WordAddIn2.ServiceReference1.helloResponse> helloAsync(string name)
 {
     WordAddIn2.ServiceReference1.helloRequest inValue = new WordAddIn2.ServiceReference1.helloRequest();
     inValue.Body      = new WordAddIn2.ServiceReference1.helloRequestBody();
     inValue.Body.name = name;
     return(((WordAddIn2.ServiceReference1.WSTest)(this)).helloAsync(inValue));
 }
コード例 #2
0
 public string hello(string name)
 {
     WordAddIn2.ServiceReference1.helloRequest inValue = new WordAddIn2.ServiceReference1.helloRequest();
     inValue.Body      = new WordAddIn2.ServiceReference1.helloRequestBody();
     inValue.Body.name = name;
     WordAddIn2.ServiceReference1.helloResponse retVal = ((WordAddIn2.ServiceReference1.WSTest)(this)).hello(inValue);
     return(retVal.Body.@return);
 }
コード例 #3
0
 System.Threading.Tasks.Task <WordAddIn2.ServiceReference1.helloResponse> WordAddIn2.ServiceReference1.WSTest.helloAsync(WordAddIn2.ServiceReference1.helloRequest request)
 {
     return(base.Channel.helloAsync(request));
 }
コード例 #4
0
 WordAddIn2.ServiceReference1.helloResponse WordAddIn2.ServiceReference1.WSTest.hello(WordAddIn2.ServiceReference1.helloRequest request)
 {
     return(base.Channel.hello(request));
 }