Esempio n. 1
0
 /// <remarks/>
 public void DeleteCustomerPaymentCardAsync(DeleteCustomerPaymentCardRequest DeleteCustomerPaymentCardRequest, object userState) {
     if ((this.DeleteCustomerPaymentCardOperationCompleted == null)) {
         this.DeleteCustomerPaymentCardOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteCustomerPaymentCardOperationCompleted);
     }
     this.InvokeAsync("DeleteCustomerPaymentCard", new object[] {
                 DeleteCustomerPaymentCardRequest}, this.DeleteCustomerPaymentCardOperationCompleted, userState);
 }
Esempio n. 2
0
 /// <remarks/>
 public void DeleteCustomerPaymentCardAsync(DeleteCustomerPaymentCardRequest DeleteCustomerPaymentCardRequest) {
     this.DeleteCustomerPaymentCardAsync(DeleteCustomerPaymentCardRequest, null);
 }