コード例 #1
0
 public System.Threading.Tasks.Task <WeatherWS.GetCityWeatherByZIPResponse> GetCityWeatherByZIPAsync(string ZIP)
 {
     WeatherWS.GetCityWeatherByZIPRequest inValue = new WeatherWS.GetCityWeatherByZIPRequest();
     inValue.Body     = new WeatherWS.GetCityWeatherByZIPRequestBody();
     inValue.Body.ZIP = ZIP;
     return(((WeatherWS.WeatherSoap)(this)).GetCityWeatherByZIPAsync(inValue));
 }
コード例 #2
0
 System.Threading.Tasks.Task <WeatherWS.GetCityWeatherByZIPResponse> WeatherWS.WeatherSoap.GetCityWeatherByZIPAsync(WeatherWS.GetCityWeatherByZIPRequest request)
 {
     return(base.Channel.GetCityWeatherByZIPAsync(request));
 }