ListaDeComprasClient
.
.
::
.
.
GetStoreAsync Method
get store as an asynchronous operation.
Namespace:
ListaDeCompras.SDK
Assembly:
ListaDeCompras.SDK
(in ListaDeCompras.SDK.dll)
Syntax
C#
public
Task
<
Store
>
GetStoreAsync
(
int
storeId
)
Parameters
storeId
Type:
Int32
The store identifier.
Return Value
Task<Store>.
See Also
ListaDeComprasClient Class
ListaDeCompras.SDK Namespace