示例#1
0
 public TestTypeApp.MaterialService.material[] ReadAll(bool arg0)
 {
     TestTypeApp.MaterialService.ReadAll inValue = new TestTypeApp.MaterialService.ReadAll();
     inValue.arg0 = arg0;
     TestTypeApp.MaterialService.ReadAllResponse retVal = ((TestTypeApp.MaterialService.MaterialService)(this)).ReadAll(inValue);
     return(retVal.@return);
 }
示例#2
0
 public System.Threading.Tasks.Task <TestTypeApp.MaterialService.ReadAllResponse> ReadAllAsync(bool arg0)
 {
     TestTypeApp.MaterialService.ReadAll inValue = new TestTypeApp.MaterialService.ReadAll();
     inValue.arg0 = arg0;
     return(((TestTypeApp.MaterialService.MaterialService)(this)).ReadAllAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <TestTypeApp.MaterialService.ReadAllResponse> TestTypeApp.MaterialService.MaterialService.ReadAllAsync(TestTypeApp.MaterialService.ReadAll request)
 {
     return(base.Channel.ReadAllAsync(request));
 }
示例#4
0
 TestTypeApp.MaterialService.ReadAllResponse TestTypeApp.MaterialService.MaterialService.ReadAll(TestTypeApp.MaterialService.ReadAll request)
 {
     return(base.Channel.ReadAll(request));
 }