Click or drag to resize

LiveOddsEntityFactory Constructor

Initializes a new instance of the LiveOddsEntityFactory class

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Internal
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public LiveOddsEntityFactory(
	ILiveOddsTypeProvider type_provider,
	ITimeKeeper server_timekeeper,
	SdkConfigurationLiveOdds local_config
)

Parameters

type_provider  ILiveOddsTypeProvider

[Missing <param name="type_provider"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsEntityFactory.#ctor(Sportradar.SDK.Common.Interfaces.ILiveOddsTypeProvider,Sportradar.SDK.Common.Interfaces.ITimeKeeper,Sportradar.SDK.Services.SdkConfiguration.SdkConfigurationLiveOdds)"]

server_timekeeper  ITimeKeeper

[Missing <param name="server_timekeeper"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsEntityFactory.#ctor(Sportradar.SDK.Common.Interfaces.ILiveOddsTypeProvider,Sportradar.SDK.Common.Interfaces.ITimeKeeper,Sportradar.SDK.Services.SdkConfiguration.SdkConfigurationLiveOdds)"]

local_config  SdkConfigurationLiveOdds

[Missing <param name="local_config"/> documentation for "M:Sportradar.SDK.FeedProviders.LiveOdds.Internal.LiveOddsEntityFactory.#ctor(Sportradar.SDK.Common.Interfaces.ILiveOddsTypeProvider,Sportradar.SDK.Common.Interfaces.ITimeKeeper,Sportradar.SDK.Services.SdkConfiguration.SdkConfigurationLiveOdds)"]

See Also