Пример #1
0
 public System.Threading.Tasks.Task <AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherByCityResponse> getWeatherByCityAsync(string city)
 {
     AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherByCityRequest inValue = new AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherByCityRequest();
     inValue.Body      = new AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherByCityRequestBody();
     inValue.Body.city = city;
     return(((AhnqIot.AreaStationDataProcess.AHNQ.Weather.WebServiceSoap)(this)).getWeatherByCityAsync(inValue));
 }
Пример #2
0
 public string getWeatherByCity(string city)
 {
     AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherByCityRequest inValue = new AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherByCityRequest();
     inValue.Body      = new AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherByCityRequestBody();
     inValue.Body.city = city;
     AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherByCityResponse retVal = ((AhnqIot.AreaStationDataProcess.AHNQ.Weather.WebServiceSoap)(this)).getWeatherByCity(inValue);
     return(retVal.Body.getWeatherByCityResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherByCityResponse> AhnqIot.AreaStationDataProcess.AHNQ.Weather.WebServiceSoap.getWeatherByCityAsync(AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherByCityRequest request)
 {
     return(base.Channel.getWeatherByCityAsync(request));
 }
Пример #4
0
 AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherByCityResponse AhnqIot.AreaStationDataProcess.AHNQ.Weather.WebServiceSoap.getWeatherByCity(AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherByCityRequest request)
 {
     return(base.Channel.getWeatherByCity(request));
 }