Ejemplo n.º 1
0
 private object[] OnEndGetDangerLocation(System.IAsyncResult result)
 {
     FollowMe.RemoteControl.FollowMeService.TargetLocation retVal = ((FollowMe.RemoteControl.FollowMeService.IRemoteControl)(this)).EndGetDangerLocation(result);
     return(new object[] {
         retVal
     });
 }
Ejemplo n.º 2
0
 public FollowMe.RemoteControl.FollowMeService.TargetLocation EndGetDangerLocation(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     FollowMe.RemoteControl.FollowMeService.TargetLocation _result = ((FollowMe.RemoteControl.FollowMeService.TargetLocation)(base.EndInvoke("GetDangerLocation", _args, result)));
     return(_result);
 }