LUSID C# SDK
Properties | List of all members
Lusid.Sdk.Client.RetryConfiguration Class Reference

Configuration class to set the polly retry policies to be applied to the requests. More...

Properties

static Policy< IRestResponse > RetryPolicy [get, set]
 Retry policy More...
 
static AsyncPolicy< IRestResponse > AsyncRetryPolicy [get, set]
 Async retry policy More...
 

Detailed Description

Configuration class to set the polly retry policies to be applied to the requests.

Property Documentation

◆ AsyncRetryPolicy

AsyncPolicy<IRestResponse> Lusid.Sdk.Client.RetryConfiguration.AsyncRetryPolicy
staticgetset

Async retry policy

◆ RetryPolicy

Policy<IRestResponse> Lusid.Sdk.Client.RetryConfiguration.RetryPolicy
staticgetset

Retry policy


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