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