コード例 #1
0
ファイル: Reference.cs プロジェクト: antmen71/n11Api
 /// <remarks/>
 public void UpdateDiscountValueByProductIdAsync(UpdateDiscountValueByProductIdRequest UpdateDiscountValueByProductIdRequest, object userState) {
     if ((this.UpdateDiscountValueByProductIdOperationCompleted == null)) {
         this.UpdateDiscountValueByProductIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateDiscountValueByProductIdOperationCompleted);
     }
     this.InvokeAsync("UpdateDiscountValueByProductId", new object[] {
                 UpdateDiscountValueByProductIdRequest}, this.UpdateDiscountValueByProductIdOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: antmen71/n11Api
 /// <remarks/>
 public void UpdateDiscountValueByProductIdAsync(UpdateDiscountValueByProductIdRequest UpdateDiscountValueByProductIdRequest) {
     this.UpdateDiscountValueByProductIdAsync(UpdateDiscountValueByProductIdRequest, null);
 }