public Apress.SharePoint.WP7.Personal.PeopleSvc.SearchPrincipalsResponse EndSearchPrincipals(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     Apress.SharePoint.WP7.Personal.PeopleSvc.SearchPrincipalsResponse _result = ((Apress.SharePoint.WP7.Personal.PeopleSvc.SearchPrincipalsResponse)(base.EndInvoke("SearchPrincipals", _args, result)));
     return(_result);
 }
 private System.Collections.ObjectModel.ObservableCollection <Apress.SharePoint.WP7.Personal.PeopleSvc.PrincipalInfo> EndSearchPrincipals(System.IAsyncResult result)
 {
     Apress.SharePoint.WP7.Personal.PeopleSvc.SearchPrincipalsResponse retVal = ((Apress.SharePoint.WP7.Personal.PeopleSvc.PeopleSoap)(this)).EndSearchPrincipals(result);
     return(retVal.Body.SearchPrincipalsResult);
 }