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])); }
/// <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); }
/// <remarks/> public void StopSellingProductByProductIdAsync(StopSellingProductByProductIdRequest StopSellingProductByProductIdRequest) { this.StopSellingProductByProductIdAsync(StopSellingProductByProductIdRequest, null); }