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