/// <remarks/>
 public void GetCustomerProfileIdsAsync(GetCustomerProfileIdsRequestData request) {
     this.GetCustomerProfileIdsAsync(request, null);
 }
 /// <remarks/>
 public void GetCustomerProfileIdsAsync(GetCustomerProfileIdsRequestData request, object userState) {
     if ((this.GetCustomerProfileIdsOperationCompleted == null)) {
         this.GetCustomerProfileIdsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerProfileIdsOperationCompleted);
     }
     this.InvokeAsync("GetCustomerProfileIds", new object[] {
                 request}, this.GetCustomerProfileIdsOperationCompleted, userState);
 }
 public GetCustomerProfileIdsResponseData GetCustomerProfileIds(GetCustomerProfileIdsRequestData request) {
     object[] results = this.Invoke("GetCustomerProfileIds", new object[] {
                 request});
     return ((GetCustomerProfileIdsResponseData)(results[0]));
 }