/// <remarks/>
 public void SearchCustomerProfilesAdvancedAsync(SearchCustomerProfilesAdvancedRequestData request) {
     this.SearchCustomerProfilesAdvancedAsync(request, null);
 }
 /// <remarks/>
 public void SearchCustomerProfilesAdvancedAsync(SearchCustomerProfilesAdvancedRequestData request, object userState) {
     if ((this.SearchCustomerProfilesAdvancedOperationCompleted == null)) {
         this.SearchCustomerProfilesAdvancedOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSearchCustomerProfilesAdvancedOperationCompleted);
     }
     this.InvokeAsync("SearchCustomerProfilesAdvanced", new object[] {
                 request}, this.SearchCustomerProfilesAdvancedOperationCompleted, userState);
 }
 public SearchCustomerProfilesAdvancedResponseData SearchCustomerProfilesAdvanced(SearchCustomerProfilesAdvancedRequestData request) {
     object[] results = this.Invoke("SearchCustomerProfilesAdvanced", new object[] {
                 request});
     return ((SearchCustomerProfilesAdvancedResponseData)(results[0]));
 }