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