/// <remarks/> public void GetBillingAgreementCustomerDetailsAsync(GetBillingAgreementCustomerDetailsReq GetBillingAgreementCustomerDetailsReq, object userState) { if ((this.GetBillingAgreementCustomerDetailsOperationCompleted == null)) { this.GetBillingAgreementCustomerDetailsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetBillingAgreementCustomerDetailsOperationCompleted); } this.InvokeAsync("GetBillingAgreementCustomerDetails", new object[] { GetBillingAgreementCustomerDetailsReq}, this.GetBillingAgreementCustomerDetailsOperationCompleted, userState); }
/// <remarks/> public void GetBillingAgreementCustomerDetailsAsync(GetBillingAgreementCustomerDetailsReq GetBillingAgreementCustomerDetailsReq) { this.GetBillingAgreementCustomerDetailsAsync(GetBillingAgreementCustomerDetailsReq, null); }