Ejemplo n.º 1
0
 public Dropthings.DiggSilverlight.DropthingsProxy.GetUrlResponse EndGetUrl(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     Dropthings.DiggSilverlight.DropthingsProxy.GetUrlResponse _result = ((Dropthings.DiggSilverlight.DropthingsProxy.GetUrlResponse)(base.EndInvoke("GetUrl", _args, result)));
     return(_result);
 }
Ejemplo n.º 2
0
 private byte[] EndGetUrl(System.IAsyncResult result)
 {
     Dropthings.DiggSilverlight.DropthingsProxy.GetUrlResponse retVal = ((Dropthings.DiggSilverlight.DropthingsProxy.ProxyServiceRest)(this)).EndGetUrl(result);
     return(retVal.GetUrlResult);
 }