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