private object[] OnEndGetWeatherByPlaceName(System.IAsyncResult result)
 {
     FlickrRx.svcWeather.WeatherForecasts retVal = ((FlickrRx.svcWeather.WeatherForecastSoap)(this)).EndGetWeatherByPlaceName(result);
     return(new object[] {
         retVal
     });
 }
 public FlickrRx.svcWeather.WeatherForecasts EndGetWeatherByPlaceName(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     FlickrRx.svcWeather.WeatherForecasts _result = ((FlickrRx.svcWeather.WeatherForecasts)(base.EndInvoke("GetWeatherByPlaceName", _args, result)));
     return(_result);
 }