Ejemplo n.º 1
0
 /// <remarks/>
 public void updatePaymentCardAsync(UpdatePaymentCardReq request) {
     this.updatePaymentCardAsync(request, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void updatePaymentCardAsync(UpdatePaymentCardReq request, object userState) {
     if ((this.updatePaymentCardOperationCompleted == null)) {
         this.updatePaymentCardOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdatePaymentCardOperationCompleted);
     }
     this.InvokeAsync("updatePaymentCard", new object[] {
                 request}, this.updatePaymentCardOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 public UpdatePaymentCardResp updatePaymentCard(UpdatePaymentCardReq request) {
     object[] results = this.Invoke("updatePaymentCard", new object[] {
                 request});
     return ((UpdatePaymentCardResp)(results[0]));
 }