Example #1
0
 /// <remarks/>
 public void GetCustomerPaymentTermDetailsAsync(GetCustomerPaymentTermDetailsRequest GetCustomerPaymentTermRequest, object userState) {
     if ((this.GetCustomerPaymentTermDetailsOperationCompleted == null)) {
         this.GetCustomerPaymentTermDetailsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerPaymentTermDetailsOperationCompleted);
     }
     this.InvokeAsync("GetCustomerPaymentTermDetails", new object[] {
                 GetCustomerPaymentTermRequest}, this.GetCustomerPaymentTermDetailsOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void GetCustomerPaymentTermDetailsAsync(GetCustomerPaymentTermDetailsRequest GetCustomerPaymentTermRequest) {
     this.GetCustomerPaymentTermDetailsAsync(GetCustomerPaymentTermRequest, null);
 }