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