Exemple #1
0
 /// <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);
 }
Exemple #2
0
 /// <remarks/>
 public void GetBillingAgreementCustomerDetailsAsync(GetBillingAgreementCustomerDetailsReq GetBillingAgreementCustomerDetailsReq) {
     this.GetBillingAgreementCustomerDetailsAsync(GetBillingAgreementCustomerDetailsReq, null);
 }