/// <remarks/>
 public void ccPaymentAsync(CCPaymentRequestV1 ccPaymentRequestV1, object userState) {
     if ((this.ccPaymentOperationCompleted == null)) {
         this.ccPaymentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnccPaymentOperationCompleted);
     }
     this.InvokeAsync("ccPayment", new object[] {
                 ccPaymentRequestV1}, this.ccPaymentOperationCompleted, userState);
 }
 /// <remarks/>
 public void ccPaymentAsync(CCPaymentRequestV1 ccPaymentRequestV1) {
     this.ccPaymentAsync(ccPaymentRequestV1, null);
 }