示例#1
0
 /// <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
 /// <remarks/>
 public void GetProductBySellerCodeAsync(GetProductBySellerCodeRequest GetProductBySellerCodeRequest) {
     this.GetProductBySellerCodeAsync(GetProductBySellerCodeRequest, null);
 }