示例#1
0
 /// <remarks/>
 public void AdjustCustomerPointAccountAsync(AdjustCustomerPointAccountRequest AdjustCustomerPointAccountRequest, object userState) {
     if ((this.AdjustCustomerPointAccountOperationCompleted == null)) {
         this.AdjustCustomerPointAccountOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAdjustCustomerPointAccountOperationCompleted);
     }
     this.InvokeAsync("AdjustCustomerPointAccount", new object[] {
                 AdjustCustomerPointAccountRequest}, this.AdjustCustomerPointAccountOperationCompleted, userState);
 }
示例#2
0
 /// <remarks/>
 public void AdjustCustomerPointAccountAsync(AdjustCustomerPointAccountRequest AdjustCustomerPointAccountRequest) {
     this.AdjustCustomerPointAccountAsync(AdjustCustomerPointAccountRequest, null);
 }