Ejemplo n.º 1
0
 /// <remarks/>
 public void TransferCustomerPointsAsync(TransferCustomerPointsRequest TransferCustomerPointsRequest, object userState) {
     if ((this.TransferCustomerPointsOperationCompleted == null)) {
         this.TransferCustomerPointsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTransferCustomerPointsOperationCompleted);
     }
     this.InvokeAsync("TransferCustomerPoints", new object[] {
                 TransferCustomerPointsRequest}, this.TransferCustomerPointsOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void TransferCustomerPointsAsync(TransferCustomerPointsRequest TransferCustomerPointsRequest) {
     this.TransferCustomerPointsAsync(TransferCustomerPointsRequest, null);
 }