Exemplo n.º 1
0
 /// <remarks/>
 public void authorise3dAsync(PaymentRequest3d paymentRequest3d, object userState) {
     if ((this.authorise3dOperationCompleted == null)) {
         this.authorise3dOperationCompleted = new System.Threading.SendOrPostCallback(this.Onauthorise3dOperationCompleted);
     }
     this.InvokeAsync("authorise3d", new object[] {
                 paymentRequest3d}, this.authorise3dOperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void authorise3dAsync(PaymentRequest3d paymentRequest3d) {
     this.authorise3dAsync(paymentRequest3d, null);
 }