Beispiel #1
0
 public System.Threading.Tasks.Task <AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherResponse> getWeatherAsync(string StationId)
 {
     AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherRequest inValue = new AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherRequest();
     inValue.Body           = new AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherRequestBody();
     inValue.Body.StationId = StationId;
     return(((AhnqIot.AreaStationDataProcess.AHNQ.Weather.WebServiceSoap)(this)).getWeatherAsync(inValue));
 }
Beispiel #2
0
 public string getWeather(string StationId)
 {
     AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherRequest inValue = new AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherRequest();
     inValue.Body           = new AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherRequestBody();
     inValue.Body.StationId = StationId;
     AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherResponse retVal = ((AhnqIot.AreaStationDataProcess.AHNQ.Weather.WebServiceSoap)(this)).getWeather(inValue);
     return(retVal.Body.getWeatherResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherResponse> AhnqIot.AreaStationDataProcess.AHNQ.Weather.WebServiceSoap.getWeatherAsync(AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherRequest request)
 {
     return(base.Channel.getWeatherAsync(request));
 }
Beispiel #4
0
 AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherResponse AhnqIot.AreaStationDataProcess.AHNQ.Weather.WebServiceSoap.getWeather(AhnqIot.AreaStationDataProcess.AHNQ.Weather.getWeatherRequest request)
 {
     return(base.Channel.getWeather(request));
 }