示例#1
0
 public System.Threading.Tasks.Task <Soap_WebService_Consumer.WeatherService.GetWeatherInformationResponse> GetWeatherInformationAsync()
 {
     Soap_WebService_Consumer.WeatherService.GetWeatherInformationRequest inValue = new Soap_WebService_Consumer.WeatherService.GetWeatherInformationRequest();
     return(((Soap_WebService_Consumer.WeatherService.WeatherSoap)(this)).GetWeatherInformationAsync(inValue));
 }
示例#2
0
 public Soap_WebService_Consumer.WeatherService.WeatherDescription[] GetWeatherInformation()
 {
     Soap_WebService_Consumer.WeatherService.GetWeatherInformationRequest  inValue = new Soap_WebService_Consumer.WeatherService.GetWeatherInformationRequest();
     Soap_WebService_Consumer.WeatherService.GetWeatherInformationResponse retVal  = ((Soap_WebService_Consumer.WeatherService.WeatherSoap)(this)).GetWeatherInformation(inValue);
     return(retVal.GetWeatherInformationResult);
 }
示例#3
0
 System.Threading.Tasks.Task <Soap_WebService_Consumer.WeatherService.GetWeatherInformationResponse> Soap_WebService_Consumer.WeatherService.WeatherSoap.GetWeatherInformationAsync(Soap_WebService_Consumer.WeatherService.GetWeatherInformationRequest request)
 {
     return(base.Channel.GetWeatherInformationAsync(request));
 }
示例#4
0
 Soap_WebService_Consumer.WeatherService.GetWeatherInformationResponse Soap_WebService_Consumer.WeatherService.WeatherSoap.GetWeatherInformation(Soap_WebService_Consumer.WeatherService.GetWeatherInformationRequest request)
 {
     return(base.Channel.GetWeatherInformation(request));
 }