Beispiel #1
0
 private My_Fitness_Doctor.WeatherTodayAPI.WeatherDescription[] EndGetWeatherInformation(System.IAsyncResult result)
 {
     My_Fitness_Doctor.WeatherTodayAPI.GetWeatherInformationResponse retVal = ((My_Fitness_Doctor.WeatherTodayAPI.WeatherSoap)(this)).EndGetWeatherInformation(result);
     return(retVal.GetWeatherInformationResult);
 }
Beispiel #2
0
 public My_Fitness_Doctor.WeatherTodayAPI.GetWeatherInformationResponse EndGetWeatherInformation(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     My_Fitness_Doctor.WeatherTodayAPI.GetWeatherInformationResponse _result = ((My_Fitness_Doctor.WeatherTodayAPI.GetWeatherInformationResponse)(base.EndInvoke("GetWeatherInformation", _args, result)));
     return(_result);
 }