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

            return((StopSellingProductByProductIdResponse)(results[0]));
        }
Beispiel #2
0
 /// <remarks/>
 public void StopSellingProductByProductIdAsync(StopSellingProductByProductIdRequest StopSellingProductByProductIdRequest, object userState)
 {
     if ((this.StopSellingProductByProductIdOperationCompleted == null))
     {
         this.StopSellingProductByProductIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStopSellingProductByProductIdOperationCompleted);
     }
     this.InvokeAsync("StopSellingProductByProductId", new object[] {
         StopSellingProductByProductIdRequest
     }, this.StopSellingProductByProductIdOperationCompleted, userState);
 }
Beispiel #3
0
 /// <remarks/>
 public void StopSellingProductByProductIdAsync(StopSellingProductByProductIdRequest StopSellingProductByProductIdRequest)
 {
     this.StopSellingProductByProductIdAsync(StopSellingProductByProductIdRequest, null);
 }