public System.Threading.Tasks.Task <WeatherWS.GetWeatherInformationResponse> GetWeatherInformationAsync() { WeatherWS.GetWeatherInformationRequest inValue = new WeatherWS.GetWeatherInformationRequest(); inValue.Body = new WeatherWS.GetWeatherInformationRequestBody(); return(((WeatherWS.WeatherSoap)(this)).GetWeatherInformationAsync(inValue)); }
System.Threading.Tasks.Task <WeatherWS.GetWeatherInformationResponse> WeatherWS.WeatherSoap.GetWeatherInformationAsync(WeatherWS.GetWeatherInformationRequest request) { return(base.Channel.GetWeatherInformationAsync(request)); }