/// <remarks/>
 public void GetCustomerAccountingBalanceAsync(GetCustomerAccountingBalanceRequest GetCustomerAccountingBalanceRequest, object userState) {
     if ((this.GetCustomerAccountingBalanceOperationCompleted == null)) {
         this.GetCustomerAccountingBalanceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerAccountingBalanceOperationCompleted);
     }
     this.InvokeAsync("GetCustomerAccountingBalance", new object[] {
                 GetCustomerAccountingBalanceRequest}, this.GetCustomerAccountingBalanceOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetCustomerAccountingBalanceAsync(GetCustomerAccountingBalanceRequest GetCustomerAccountingBalanceRequest) {
     this.GetCustomerAccountingBalanceAsync(GetCustomerAccountingBalanceRequest, null);
 }