Click or drag to resize

ILiveOddsTestManagerStartMatchReplay Method

Starts to replay a single recent match (must have ended at least 1 hour ago)

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
void StartMatchReplay(
	long match_id,
	long? msgn_nr = null,
	TimeSpan? fast_forward = null,
	int? speed = null,
	bool? persistent = null
)

Parameters

match_id  Int64
Match id to replay
msgn_nr  NullableInt64  (Optional)
If specified, it will start the replay at specified message number
fast_forward  NullableTimeSpan  (Optional)
If specified, skips the match to the specified time
speed  NullableInt32  (Optional)
The amount of milliseconds between messages. This can be used to speed up the replay of a match.
persistent  NullableBoolean  (Optional)
If multiple clients are logged in with the same client id they will all receive the XML messages for the started match. If one of the clients disconnects, the messages will still be sent to the other clients. After reconnecting, the disconnected client will receive all messages from that point on again.
See Also