ListaDeComprasClient..::..RemoveProductAsync Method (Int32, Int32)

remove product as an asynchronous operation.

Namespace:  ListaDeCompras.SDK
Assembly:  ListaDeCompras.SDK (in ListaDeCompras.SDK.dll)

Syntax


public Task<List> RemoveProductAsync(
	int listId,
	int productId
)

Parameters

listId
Type: Int32
The list identifier.
productId
Type: Int32
The product identifier.

Return Value

Task<List>.