예제 #1
0
 /// <remarks/>
 public void UpdateDiscountValueBySellerCodeAsync(UpdateDiscountValueBySellerCodeRequest UpdateDiscountValueBySellerCodeRequest, object userState) {
     if ((this.UpdateDiscountValueBySellerCodeOperationCompleted == null)) {
         this.UpdateDiscountValueBySellerCodeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateDiscountValueBySellerCodeOperationCompleted);
     }
     this.InvokeAsync("UpdateDiscountValueBySellerCode", new object[] {
                 UpdateDiscountValueBySellerCodeRequest}, this.UpdateDiscountValueBySellerCodeOperationCompleted, userState);
 }
예제 #2
0
 /// <remarks/>
 public void UpdateDiscountValueBySellerCodeAsync(UpdateDiscountValueBySellerCodeRequest UpdateDiscountValueBySellerCodeRequest) {
     this.UpdateDiscountValueBySellerCodeAsync(UpdateDiscountValueBySellerCodeRequest, null);
 }