Exemplo n.º 1
0
 private object[] OnEndGetForecastByCity(System.IAsyncResult result)
 {
     SimplyMobile.Plugins.WeatherWcfService.Weather retVal = ((SimplyMobile.Plugins.WeatherWcfService.IWeatherForecastService)(this)).EndGetForecastByCity(result);
     return(new object[] {
         retVal
     });
 }
Exemplo n.º 2
0
 public SimplyMobile.Plugins.WeatherWcfService.Weather EndGetForecastByCity(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     SimplyMobile.Plugins.WeatherWcfService.Weather _result = ((SimplyMobile.Plugins.WeatherWcfService.Weather)(base.EndInvoke("GetForecastByCity", _args, result)));
     return(_result);
 }