Exemple #1
0
 public System.Threading.Tasks.Task <WindowsFormsApplication1.ServiceReference1.RepairStatusResponse> RepairStatusAsync(int idx)
 {
     WindowsFormsApplication1.ServiceReference1.RepairStatusRequest inValue = new WindowsFormsApplication1.ServiceReference1.RepairStatusRequest();
     inValue.Body     = new WindowsFormsApplication1.ServiceReference1.RepairStatusRequestBody();
     inValue.Body.idx = idx;
     return(((WindowsFormsApplication1.ServiceReference1.WebService1Soap)(this)).RepairStatusAsync(inValue));
 }
Exemple #2
0
 public string RepairStatus(int idx)
 {
     WindowsFormsApplication1.ServiceReference1.RepairStatusRequest inValue = new WindowsFormsApplication1.ServiceReference1.RepairStatusRequest();
     inValue.Body     = new WindowsFormsApplication1.ServiceReference1.RepairStatusRequestBody();
     inValue.Body.idx = idx;
     WindowsFormsApplication1.ServiceReference1.RepairStatusResponse retVal = ((WindowsFormsApplication1.ServiceReference1.WebService1Soap)(this)).RepairStatus(inValue);
     return(retVal.Body.RepairStatusResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <WindowsFormsApplication1.ServiceReference1.RepairStatusResponse> WindowsFormsApplication1.ServiceReference1.WebService1Soap.RepairStatusAsync(WindowsFormsApplication1.ServiceReference1.RepairStatusRequest request)
 {
     return(base.Channel.RepairStatusAsync(request));
 }
Exemple #4
0
 WindowsFormsApplication1.ServiceReference1.RepairStatusResponse WindowsFormsApplication1.ServiceReference1.WebService1Soap.RepairStatus(WindowsFormsApplication1.ServiceReference1.RepairStatusRequest request)
 {
     return(base.Channel.RepairStatus(request));
 }