Click or drag to resize

IReplayConfigurationBuilder Interface

Defines a contract implemented by classes used to set replay configuration properties

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 IReplayConfigurationBuilder : IConfigurationBuilderBase<IReplayConfigurationBuilder>

The IReplayConfigurationBuilder type exposes the following members.

Methods
 NameDescription
Public methodBuild Builds and returns a IOddsFeedConfiguration instance
(Inherited from IConfigurationBuilderBaseT)
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
(Inherited from IConfigurationBuilderBaseT)
Public methodSetDefaultLanguage Sets the default language in which translatable data is available
(Inherited from IConfigurationBuilderBaseT)
Public methodSetDisabledProducers Specifies the producers which should be disabled (i.e. no recovery, ...)
(Inherited from IConfigurationBuilderBaseT)
Public methodSetExceptionHandlingStrategy Sets the value specifying how exceptions thrown in the SDK are handled.
(Inherited from IConfigurationBuilderBaseT)
Public methodSetHttpClientTimeout Sets the timeout for HTTP responses for this instance of the sdk
(Inherited from IConfigurationBuilderBaseT)
Public methodSetNodeId Sets the node id used to separate between SDK instances associated with the same account
(Inherited from IConfigurationBuilderBaseT)
Public methodSetSupportedLanguages Sets the languages in which translatable data is available
(Inherited from IConfigurationBuilderBaseT)
Top
See Also