Click or drag to resize

ILiveOddsTestManager Interface

Enables replay of matches on LiveOdds test server. Wait for OnConnectionStable before using it

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public interface ILiveOddsTestManager

The ILiveOddsTestManager type exposes the following members.

Methods
 NameDescription
Public methodChangeXmlConfig Sends XML config change request. Note: Reply is not according to XSD schema, so parsing will fail but changes will come into effect
Public methodResetXmlConfig Sends Forces xml config update. Note: Reply is not according to XSD schema, so parsing will fail but changes will come into effect
Public methodStartAuto Automatically start replay of all matches with a delay of 48 hours, essentially replicating the conditions on the live-system 48 hours ago. This gives you all matches that were offered in Live Odds at this time, regardless if you had them booked in live-system.
Public methodStartMatchReplay Starts to replay a single recent match (must have ended at least 1 hour ago)
Public methodStartScenario Start replay of a pre-recorded match. These matches are not subject to time restrictions, and can be replayed at any time. The start of the test will usually be set to a few seconds before the first message. A test replay may contain more than one match, e.g. recording for an entire day. In this case it’s possible that at the default start time, one or more of the matches is already underway.
Public methodStopAll Stops all currently running Single match replays and Test match replays
Public methodStopAuto Stops replay of delayed matches
Top
See Also