Exemplo n.º 1
0
 public System.Threading.Tasks.Task <WindowsFormsApplication1.ServiceReference1.ReportStatusResponse> ReportStatusAsync(int idx)
 {
     WindowsFormsApplication1.ServiceReference1.ReportStatusRequest inValue = new WindowsFormsApplication1.ServiceReference1.ReportStatusRequest();
     inValue.Body     = new WindowsFormsApplication1.ServiceReference1.ReportStatusRequestBody();
     inValue.Body.idx = idx;
     return(((WindowsFormsApplication1.ServiceReference1.WebService1Soap)(this)).ReportStatusAsync(inValue));
 }
Exemplo n.º 2
0
 public string ReportStatus(int idx)
 {
     WindowsFormsApplication1.ServiceReference1.ReportStatusRequest inValue = new WindowsFormsApplication1.ServiceReference1.ReportStatusRequest();
     inValue.Body     = new WindowsFormsApplication1.ServiceReference1.ReportStatusRequestBody();
     inValue.Body.idx = idx;
     WindowsFormsApplication1.ServiceReference1.ReportStatusResponse retVal = ((WindowsFormsApplication1.ServiceReference1.WebService1Soap)(this)).ReportStatus(inValue);
     return(retVal.Body.ReportStatusResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <WindowsFormsApplication1.ServiceReference1.ReportStatusResponse> WindowsFormsApplication1.ServiceReference1.WebService1Soap.ReportStatusAsync(WindowsFormsApplication1.ServiceReference1.ReportStatusRequest request)
 {
     return(base.Channel.ReportStatusAsync(request));
 }
Exemplo n.º 4
0
 WindowsFormsApplication1.ServiceReference1.ReportStatusResponse WindowsFormsApplication1.ServiceReference1.WebService1Soap.ReportStatus(WindowsFormsApplication1.ServiceReference1.ReportStatusRequest request)
 {
     return(base.Channel.ReportStatus(request));
 }