|
LUSID C# SDK
|
The methods which must be provided by the http client More...

Public Member Functions | |
| Response< T > | Execute< T > (Request request) |
| Execute the http request synchronously More... | |
| Task< Response< T > > | ExecuteAsync< T > (Request request, CancellationToken cancellationToken=default) |
| Executes the http request asynchronously More... | |
The methods which must be provided by the http client
Execute the http request synchronously
| Task<Response<T> > Lusid.Sdk.Client.IClient.ExecuteAsync< T > | ( | Request | request, |
| CancellationToken | cancellationToken = default |
||
| ) |
Executes the http request asynchronously