Example #1
0
        public StopSellingProductBySellerCodeResponse StopSellingProductBySellerCode([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://www.n11.com/ws/schemas")] StopSellingProductBySellerCodeRequest StopSellingProductBySellerCodeRequest)
        {
            object[] results = this.Invoke("StopSellingProductBySellerCode", new object[] {
                StopSellingProductBySellerCodeRequest
            });

            return((StopSellingProductBySellerCodeResponse)(results[0]));
        }
Example #2
0
 /// <remarks/>
 public void StopSellingProductBySellerCodeAsync(StopSellingProductBySellerCodeRequest StopSellingProductBySellerCodeRequest, object userState)
 {
     if ((this.StopSellingProductBySellerCodeOperationCompleted == null))
     {
         this.StopSellingProductBySellerCodeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStopSellingProductBySellerCodeOperationCompleted);
     }
     this.InvokeAsync("StopSellingProductBySellerCode", new object[] {
         StopSellingProductBySellerCodeRequest
     }, this.StopSellingProductBySellerCodeOperationCompleted, userState);
 }
Example #3
0
 /// <remarks/>
 public void StopSellingProductBySellerCodeAsync(StopSellingProductBySellerCodeRequest StopSellingProductBySellerCodeRequest)
 {
     this.StopSellingProductBySellerCodeAsync(StopSellingProductBySellerCodeRequest, null);
 }