public System.Threading.Tasks.Task <ServiceReference1.DeleteProductResponse> DeleteProductAsync(string id) { ServiceReference1.DeleteProductRequest inValue = new ServiceReference1.DeleteProductRequest(); inValue.Body = new ServiceReference1.DeleteProductRequestBody(); inValue.Body.id = id; return(((ServiceReference1.WebService1Soap)(this)).DeleteProductAsync(inValue)); }
public int DeleteProduct(string id) { ServiceReference1.DeleteProductRequest inValue = new ServiceReference1.DeleteProductRequest(); inValue.Body = new ServiceReference1.DeleteProductRequestBody(); inValue.Body.id = id; ServiceReference1.DeleteProductResponse retVal = ((ServiceReference1.WebService1Soap)(this)).DeleteProduct(inValue); return(retVal.Body.DeleteProductResult); }
System.Threading.Tasks.Task <ServiceReference1.DeleteProductResponse> ServiceReference1.WebService1Soap.DeleteProductAsync(ServiceReference1.DeleteProductRequest request) { return(base.Channel.DeleteProductAsync(request)); }
ServiceReference1.DeleteProductResponse ServiceReference1.WebService1Soap.DeleteProduct(ServiceReference1.DeleteProductRequest request) { return(base.Channel.DeleteProduct(request)); }