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