Click or drag to resize

SdkConfigurationLiveOddsBetTypes Class

SDK configuration element with LiveOdds BetType data feed provider settings.
Inheritance Hierarchy
SystemObject
  System.ConfigurationConfigurationElement
    Sportradar.SDK.Services.SdkConfigurationSdkConfigurationLiveOddsBetTypes

Namespace: Sportradar.SDK.Services.SdkConfiguration
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
public class SdkConfigurationLiveOddsBetTypes : ConfigurationElement

The SdkConfigurationLiveOddsBetTypes type exposes the following members.

Properties
 NameDescription
Public propertyConnectionTimeout Time to wait for the connection with LiveOdds feed server to be established.
Public propertyCurrentConfigurationGets a reference to the top-level Configuration instance that represents the configuration hierarchy that the current ConfigurationElement instance belongs to.
(Inherited from ConfigurationElement)
Public propertyElementInformationGets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object.
(Inherited from ConfigurationElement)
Public propertyIsEnabled Is bet type translation enabled? true for yes; false for no.
Public propertyLockAllAttributesExceptGets the collection of locked attributes.
(Inherited from ConfigurationElement)
Public propertyLockAllElementsExceptGets the collection of locked elements.
(Inherited from ConfigurationElement)
Public propertyLockAttributesGets the collection of locked attributes
(Inherited from ConfigurationElement)
Public propertyLockElementsGets the collection of locked elements.
(Inherited from ConfigurationElement)
Public propertyLockItemGets or sets a value indicating whether the element is locked.
(Inherited from ConfigurationElement)
Public propertyRefreshInterval Bet type translation cache refresh interval.
Public propertyResponseTimeout Time to wait for the bet types translation response message.
Top
Methods
 NameDescription
Public methodEqualsCompares the current ConfigurationElement instance to the specified object.
(Inherited from ConfigurationElement)
Public methodGetHashCodeGets a unique value representing the current ConfigurationElement instance.
(Inherited from ConfigurationElement)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsReadOnly
(Overrides ConfigurationElementIsReadOnly)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also