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