コード例 #1
0
 public System.Threading.Tasks.Task <SoapServiceExample.WeatherService.GetWeatherInformationResponse> GetWeatherInformationAsync()
 {
     SoapServiceExample.WeatherService.GetWeatherInformationRequest inValue = new SoapServiceExample.WeatherService.GetWeatherInformationRequest();
     return(((SoapServiceExample.WeatherService.WeatherSoap)(this)).GetWeatherInformationAsync(inValue));
 }
コード例 #2
0
 System.Threading.Tasks.Task <SoapServiceExample.WeatherService.GetWeatherInformationResponse> SoapServiceExample.WeatherService.WeatherSoap.GetWeatherInformationAsync(SoapServiceExample.WeatherService.GetWeatherInformationRequest request)
 {
     return(base.Channel.GetWeatherInformationAsync(request));
 }