Ejemplo n.º 1
0
 /// <remarks/>
 public void GetCustomerPointTransactionsAsync(GetCustomerPointTransactionsRequest GetCustomerPointTransactionsRequest, object userState) {
     if ((this.GetCustomerPointTransactionsOperationCompleted == null)) {
         this.GetCustomerPointTransactionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerPointTransactionsOperationCompleted);
     }
     this.InvokeAsync("GetCustomerPointTransactions", new object[] {
                 GetCustomerPointTransactionsRequest}, this.GetCustomerPointTransactionsOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void GetCustomerPointTransactionsAsync(GetCustomerPointTransactionsRequest GetCustomerPointTransactionsRequest) {
     this.GetCustomerPointTransactionsAsync(GetCustomerPointTransactionsRequest, null);
 }