Click or drag to resize

Feed(IOddsFeedConfiguration, Boolean) Constructor

Initializes a new instance of the Feed class

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#
protected Feed(
	IOddsFeedConfiguration config,
	bool isReplay
)

Parameters

config  IOddsFeedConfiguration
A IOddsFeedConfiguration instance representing feed configuration
isReplay  Boolean
Value indicating whether the constructed instance will be used to connect to replay server
See Also