ListaDeComprasClient
.
.
::
.
.
GetClientAsync Method
get client as an asynchronous operation.
Namespace:
ListaDeCompras.SDK
Assembly:
ListaDeCompras.SDK
(in ListaDeCompras.SDK.dll)
Syntax
C#
public
Task
<
Client
>
GetClientAsync
(
Nullable
<
int
>
clientId
)
Parameters
clientId
Type:
Nullable
<
(Of
<
(
<'
Int32
>
)
>
)
>
The client identifier.
Return Value
Task<Client>.
Exceptions
Exception
Condition
[UnauthorizedLevelAccessException]
See Also
ListaDeComprasClient Class
ListaDeCompras.SDK Namespace