예제 #1
0
 /// <remarks/>
 public void GetCustomerPaymentCardsAsync(GetCustomerPaymentCardsRequest GetCustomerPaymentCardsRequest, object userState) {
     if ((this.GetCustomerPaymentCardsOperationCompleted == null)) {
         this.GetCustomerPaymentCardsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerPaymentCardsOperationCompleted);
     }
     this.InvokeAsync("GetCustomerPaymentCards", new object[] {
                 GetCustomerPaymentCardsRequest}, this.GetCustomerPaymentCardsOperationCompleted, userState);
 }
예제 #2
0
 /// <remarks/>
 public void GetCustomerPaymentCardsAsync(GetCustomerPaymentCardsRequest GetCustomerPaymentCardsRequest) {
     this.GetCustomerPaymentCardsAsync(GetCustomerPaymentCardsRequest, null);
 }