Example #1
0
 public TestTypeApp.TypeRef.type[] find(string arg0)
 {
     TestTypeApp.TypeRef.find inValue = new TestTypeApp.TypeRef.find();
     inValue.arg0 = arg0;
     TestTypeApp.TypeRef.findResponse retVal = ((TestTypeApp.TypeRef.TypeService)(this)).find(inValue);
     return(retVal.@return);
 }
Example #2
0
 public System.Threading.Tasks.Task <TestTypeApp.TypeRef.findResponse> findAsync(string arg0)
 {
     TestTypeApp.TypeRef.find inValue = new TestTypeApp.TypeRef.find();
     inValue.arg0 = arg0;
     return(((TestTypeApp.TypeRef.TypeService)(this)).findAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <TestTypeApp.TypeRef.findResponse> TestTypeApp.TypeRef.TypeService.findAsync(TestTypeApp.TypeRef.find request)
 {
     return(base.Channel.findAsync(request));
 }
Example #4
0
 TestTypeApp.TypeRef.findResponse TestTypeApp.TypeRef.TypeService.find(TestTypeApp.TypeRef.find request)
 {
     return(base.Channel.find(request));
 }