Click or drag to resize

IConfigurationBuilderBaseT Interface

A base contract custom and general configuration builders

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IConfigurationBuilderBase<out T>

Type Parameters

T
The type of the builder extending the interface

The IConfigurationBuilderBaseT type exposes the following members.

Methods
 NameDescription
Public methodBuild Builds and returns a IOddsFeedConfiguration instance
Public methodLoadFromConfigFile Sets the general configuration properties to values read from configuration file. Only value which can be set through IConfigurationBuilderBaseT methods are set. Any values already set by methods on the current instance are overridden
Public methodSetDefaultLanguage Sets the default language in which translatable data is available
Public methodSetDisabledProducers Specifies the producers which should be disabled (i.e. no recovery, ...)
Public methodSetExceptionHandlingStrategy Sets the value specifying how exceptions thrown in the SDK are handled.
Public methodSetHttpClientTimeout Sets the timeout for HTTP responses for this instance of the sdk
Public methodSetNodeId Sets the node id used to separate between SDK instances associated with the same account
Public methodSetSupportedLanguages Sets the languages in which translatable data is available
Top
See Also