Пример #1
0
 public PaymentResponse ProcessStarTimesPayment(StarTimesTransaction transaction)
 {
     object[] results = this.Invoke("ProcessStarTimesPayment", new object[] {
         transaction
     });
     return((PaymentResponse)(results[0]));
 }
Пример #2
0
 public ThirdPartnerRes ProcessRechargePayment(StarTimesTransaction transaction)
 {
     object[] results = this.Invoke("ProcessRechargePayment", new object[] {
         transaction
     });
     return((ThirdPartnerRes)(results[0]));
 }
Пример #3
0
 /// <remarks/>
 public void ProcessStarTimesPaymentAsync(StarTimesTransaction transaction, object userState)
 {
     if ((this.ProcessStarTimesPaymentOperationCompleted == null))
     {
         this.ProcessStarTimesPaymentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnProcessStarTimesPaymentOperationCompleted);
     }
     this.InvokeAsync("ProcessStarTimesPayment", new object[] {
         transaction
     }, this.ProcessStarTimesPaymentOperationCompleted, userState);
 }
Пример #4
0
 /// <remarks/>
 public void ProcessStarTimesPaymentAsync(StarTimesTransaction transaction)
 {
     this.ProcessStarTimesPaymentAsync(transaction, null);
 }