LUSID C# SDK
Public Member Functions | List of all members
Lusid.Sdk.Client.IClient Interface Reference

The methods which must be provided by the http client More...

Inheritance diagram for Lusid.Sdk.Client.IClient:
Inheritance graph
[legend]

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...
 

Detailed Description

The methods which must be provided by the http client

Member Function Documentation

◆ Execute< T >()

Response<T> Lusid.Sdk.Client.IClient.Execute< T > ( Request  request)

Execute the http request synchronously

◆ ExecuteAsync< T >()

Task<Response<T> > Lusid.Sdk.Client.IClient.ExecuteAsync< T > ( Request  request,
CancellationToken  cancellationToken = default 
)

Executes the http request asynchronously


The documentation for this interface was generated from the following file: