Ejemplo n.º 1
0
 public System.IAsyncResult BeginSearchPrincipals(Apress.SharePoint.WP7.Personal.PeopleSvc.SearchPrincipalsRequest request, System.AsyncCallback callback, object asyncState)
 {
     object[] _args = new object[1];
     _args[0] = request;
     System.IAsyncResult _result = base.BeginInvoke("SearchPrincipals", _args, callback, asyncState);
     return(_result);
 }
Ejemplo n.º 2
0
 private System.IAsyncResult BeginSearchPrincipals(string searchText, int maxResults, Apress.SharePoint.WP7.Personal.PeopleSvc.SPPrincipalType principalType, System.AsyncCallback callback, object asyncState)
 {
     Apress.SharePoint.WP7.Personal.PeopleSvc.SearchPrincipalsRequest inValue = new Apress.SharePoint.WP7.Personal.PeopleSvc.SearchPrincipalsRequest();
     inValue.Body               = new Apress.SharePoint.WP7.Personal.PeopleSvc.SearchPrincipalsRequestBody();
     inValue.Body.searchText    = searchText;
     inValue.Body.maxResults    = maxResults;
     inValue.Body.principalType = principalType;
     return(((Apress.SharePoint.WP7.Personal.PeopleSvc.PeopleSoap)(this)).BeginSearchPrincipals(inValue, callback, asyncState));
 }
Ejemplo n.º 3
0
 System.IAsyncResult Apress.SharePoint.WP7.Personal.PeopleSvc.PeopleSoap.BeginSearchPrincipals(Apress.SharePoint.WP7.Personal.PeopleSvc.SearchPrincipalsRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginSearchPrincipals(request, callback, asyncState));
 }