Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <WeatherService.WeatherWebService.GetWeatherInformationResponse> GetWeatherInformationAsync()
 {
     WeatherService.WeatherWebService.GetWeatherInformationRequest inValue = new WeatherService.WeatherWebService.GetWeatherInformationRequest();
     return(((WeatherService.WeatherWebService.WeatherSoap)(this)).GetWeatherInformationAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <WeatherService.WeatherWebService.GetWeatherInformationResponse> WeatherService.WeatherWebService.WeatherSoap.GetWeatherInformationAsync(WeatherService.WeatherWebService.GetWeatherInformationRequest request)
 {
     return(base.Channel.GetWeatherInformationAsync(request));
 }