public System.Threading.Tasks.Task <WeatherInfoService.ServiceReference1.GetWeatherInformationResponse> GetWeatherInformationAsync() { WeatherInfoService.ServiceReference1.GetWeatherInformationRequest inValue = new WeatherInfoService.ServiceReference1.GetWeatherInformationRequest(); return(((WeatherInfoService.ServiceReference1.WeatherSoap)(this)).GetWeatherInformationAsync(inValue)); }
public WeatherInfoService.ServiceReference1.WeatherDescription[] GetWeatherInformation() { WeatherInfoService.ServiceReference1.GetWeatherInformationRequest inValue = new WeatherInfoService.ServiceReference1.GetWeatherInformationRequest(); WeatherInfoService.ServiceReference1.GetWeatherInformationResponse retVal = ((WeatherInfoService.ServiceReference1.WeatherSoap)(this)).GetWeatherInformation(inValue); return(retVal.GetWeatherInformationResult); }
System.Threading.Tasks.Task <WeatherInfoService.ServiceReference1.GetWeatherInformationResponse> WeatherInfoService.ServiceReference1.WeatherSoap.GetWeatherInformationAsync(WeatherInfoService.ServiceReference1.GetWeatherInformationRequest request) { return(base.Channel.GetWeatherInformationAsync(request)); }
WeatherInfoService.ServiceReference1.GetWeatherInformationResponse WeatherInfoService.ServiceReference1.WeatherSoap.GetWeatherInformation(WeatherInfoService.ServiceReference1.GetWeatherInformationRequest request) { return(base.Channel.GetWeatherInformation(request)); }