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