ListaDeComprasClient..::..GetStoreAsync Method

get store as an asynchronous operation.

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

Syntax


public Task<Store> GetStoreAsync(
	int storeId
)

Parameters

storeId
Type: Int32
The store identifier.

Return Value

Task<Store>.