ListaDeComprasClient..::..GetProductAsync Method (Int32)

get product as an asynchronous operation.

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

Syntax


public Task<Product> GetProductAsync(
	int productId
)

Parameters

productId
Type: Int32
The product identifier.

Return Value

Task<Product>.