Click or drag to resize

FeedOpen Method

Opens the current feed by opening all created sessions

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 void Open()

Implements

IOddsFeedOpen
Exceptions
ExceptionCondition
ObjectDisposedException
InvalidOperationException The feed is already opened or The configuration is not valid
CommunicationException Connection to the REST-ful API failed, Probable Reason={Invalid or expired token} or Connection to the message broker failed, Probable Reason={Invalid or expired token} or
See Also