Пример #1
0
 /// <remarks/>
 public void ChargeWalletAccountAsync(ChargeWalletAccountRequest ChargeWalletAccountRequest, object userState) {
     if ((this.ChargeWalletAccountOperationCompleted == null)) {
         this.ChargeWalletAccountOperationCompleted = new System.Threading.SendOrPostCallback(this.OnChargeWalletAccountOperationCompleted);
     }
     this.InvokeAsync("ChargeWalletAccount", new object[] {
                 ChargeWalletAccountRequest}, this.ChargeWalletAccountOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void ChargeWalletAccountAsync(ChargeWalletAccountRequest ChargeWalletAccountRequest) {
     this.ChargeWalletAccountAsync(ChargeWalletAccountRequest, null);
 }