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