LUSID C# SDK
Public Member Functions | Properties | List of all members
ConfigurationOptions Class Reference

Overriding configuration More...

Public Member Functions

 ConfigurationOptions ()
 
 ConfigurationOptions (int? timeoutMs, int? rateLimitRetries)
 

Properties

int? TimeoutMs [get, set]
 The client timeout in milliseconds. Set to a non null value to override More...
 
int? RateLimitRetries [get, set]
 The number of retries when being rate limited. Set to a non null value to override More...
 

Detailed Description

Overriding configuration

Constructor & Destructor Documentation

◆ ConfigurationOptions()

ConfigurationOptions.ConfigurationOptions ( int?  timeoutMs,
int?  rateLimitRetries 
)
inline
Parameters
timeoutMs

Property Documentation

◆ RateLimitRetries

int? ConfigurationOptions.RateLimitRetries
getset

The number of retries when being rate limited. Set to a non null value to override

◆ TimeoutMs

int? ConfigurationOptions.TimeoutMs
getset

The client timeout in milliseconds. Set to a non null value to override


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