Example #1
0
 private object[] OnEndGetCityWeatherByZIP(System.IAsyncResult result)
 {
     My_Fitness_Doctor.WeatherTodayAPI.WeatherReturn retVal = ((My_Fitness_Doctor.WeatherTodayAPI.WeatherSoap)(this)).EndGetCityWeatherByZIP(result);
     return(new object[] {
         retVal
     });
 }
Example #2
0
 public My_Fitness_Doctor.WeatherTodayAPI.WeatherReturn EndGetCityWeatherByZIP(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     My_Fitness_Doctor.WeatherTodayAPI.WeatherReturn _result = ((My_Fitness_Doctor.WeatherTodayAPI.WeatherReturn)(base.EndInvoke("GetCityWeatherByZIP", _args, result)));
     return(_result);
 }