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

            return((StartSellingProductByProductIdResponse)(results[0]));
        }
Exemple #2
0
 /// <remarks/>
 public void StartSellingProductByProductIdAsync(StartSellingProductByProductIdRequest StartSellingProductByProductIdRequest, object userState)
 {
     if ((this.StartSellingProductByProductIdOperationCompleted == null))
     {
         this.StartSellingProductByProductIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OnStartSellingProductByProductIdOperationCompleted);
     }
     this.InvokeAsync("StartSellingProductByProductId", new object[] {
         StartSellingProductByProductIdRequest
     }, this.StartSellingProductByProductIdOperationCompleted, userState);
 }
Exemple #3
0
 /// <remarks/>
 public void StartSellingProductByProductIdAsync(StartSellingProductByProductIdRequest StartSellingProductByProductIdRequest)
 {
     this.StartSellingProductByProductIdAsync(StartSellingProductByProductIdRequest, null);
 }