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