private object[] OnEndGetPersonAndDangerLocation(System.IAsyncResult result)
 {
     FollowMe.WebService.PersonAndDangerLocation retVal = ((IRemoteControl)(this)).EndGetPersonAndDangerLocation(result);
     return(new object[] {
         retVal
     });
 }
 public FollowMe.WebService.PersonAndDangerLocation EndGetPersonAndDangerLocation(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     FollowMe.WebService.PersonAndDangerLocation _result = ((FollowMe.WebService.PersonAndDangerLocation)(base.EndInvoke("GetPersonAndDangerLocation", _args, result)));
     return(_result);
 }