예제 #1
0
 /// <remarks/>
 public void CreateCheckPaymentAsync(CreateCheckPaymentRequest CreateCheckPaymentRequest, object userState) {
     if ((this.CreateCheckPaymentOperationCompleted == null)) {
         this.CreateCheckPaymentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateCheckPaymentOperationCompleted);
     }
     this.InvokeAsync("CreateCheckPayment", new object[] {
                 CreateCheckPaymentRequest}, this.CreateCheckPaymentOperationCompleted, userState);
 }
예제 #2
0
 /// <remarks/>
 public void CreateCheckPaymentAsync(CreateCheckPaymentRequest CreateCheckPaymentRequest) {
     this.CreateCheckPaymentAsync(CreateCheckPaymentRequest, null);
 }