Esempio n. 1
0
 /// <remarks/>
 public void StartSellingProductBySellerCodeAsync(StartSellingProductBySellerCodeRequest StartSellingProductBySellerCodeRequest, object userState)
 {
     if ((this.StartSellingProductBySellerCodeOperationCompleted == null))
     {
         this.StartSellingProductBySellerCodeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStartSellingProductBySellerCodeOperationCompleted);
     }
     this.InvokeAsync("StartSellingProductBySellerCode", new object[] {
         StartSellingProductBySellerCodeRequest
     }, this.StartSellingProductBySellerCodeOperationCompleted, userState);
 }
Esempio n. 2
0
 /// <remarks/>
 public void StartSellingProductBySellerCodeAsync(StartSellingProductBySellerCodeRequest StartSellingProductBySellerCodeRequest)
 {
     this.StartSellingProductBySellerCodeAsync(StartSellingProductBySellerCodeRequest, null);
 }
Esempio n. 3
0
        public StartSellingProductBySellerCodeResponse StartSellingProductBySellerCode([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://www.n11.com/ws/schemas")] StartSellingProductBySellerCodeRequest StartSellingProductBySellerCodeRequest)
        {
            object[] results = this.Invoke("StartSellingProductBySellerCode", new object[] {
                StartSellingProductBySellerCodeRequest
            });

            return((StartSellingProductBySellerCodeResponse)(results[0]));
        }