Exemplo n.º 1
0
 public System.Threading.Tasks.Task <ClientApp.ServiceReference4.GetWeatherInformationResponse> GetWeatherInformationAsync()
 {
     ClientApp.ServiceReference4.GetWeatherInformationRequest inValue = new ClientApp.ServiceReference4.GetWeatherInformationRequest();
     return(((ClientApp.ServiceReference4.WeatherSoap)(this)).GetWeatherInformationAsync(inValue));
 }
Exemplo n.º 2
0
 public ClientApp.ServiceReference4.WeatherDescription[] GetWeatherInformation()
 {
     ClientApp.ServiceReference4.GetWeatherInformationRequest  inValue = new ClientApp.ServiceReference4.GetWeatherInformationRequest();
     ClientApp.ServiceReference4.GetWeatherInformationResponse retVal  = ((ClientApp.ServiceReference4.WeatherSoap)(this)).GetWeatherInformation(inValue);
     return(retVal.GetWeatherInformationResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <ClientApp.ServiceReference4.GetWeatherInformationResponse> ClientApp.ServiceReference4.WeatherSoap.GetWeatherInformationAsync(ClientApp.ServiceReference4.GetWeatherInformationRequest request)
 {
     return(base.Channel.GetWeatherInformationAsync(request));
 }
Exemplo n.º 4
0
 ClientApp.ServiceReference4.GetWeatherInformationResponse ClientApp.ServiceReference4.WeatherSoap.GetWeatherInformation(ClientApp.ServiceReference4.GetWeatherInformationRequest request)
 {
     return(base.Channel.GetWeatherInformation(request));
 }