示例#1
0
 public System.Threading.Tasks.Task <WindowsForms1.ServiceReference1.getResultResponse> getResultAsync(string city)
 {
     WindowsForms1.ServiceReference1.getResultRequest inValue = new WindowsForms1.ServiceReference1.getResultRequest();
     inValue.Body      = new WindowsForms1.ServiceReference1.getResultRequestBody();
     inValue.Body.city = city;
     return(((WindowsForms1.ServiceReference1.APIRetriever)(this)).getResultAsync(inValue));
 }
示例#2
0
 public string getResult(string city)
 {
     WindowsForms1.ServiceReference1.getResultRequest inValue = new WindowsForms1.ServiceReference1.getResultRequest();
     inValue.Body      = new WindowsForms1.ServiceReference1.getResultRequestBody();
     inValue.Body.city = city;
     WindowsForms1.ServiceReference1.getResultResponse retVal = ((WindowsForms1.ServiceReference1.APIRetriever)(this)).getResult(inValue);
     return(retVal.Body.getResultReturn);
 }
示例#3
0
 System.Threading.Tasks.Task <WindowsForms1.ServiceReference1.getResultResponse> WindowsForms1.ServiceReference1.APIRetriever.getResultAsync(WindowsForms1.ServiceReference1.getResultRequest request)
 {
     return(base.Channel.getResultAsync(request));
 }
示例#4
0
 WindowsForms1.ServiceReference1.getResultResponse WindowsForms1.ServiceReference1.APIRetriever.getResult(WindowsForms1.ServiceReference1.getResultRequest request)
 {
     return(base.Channel.getResult(request));
 }