Click or drag to resize

ILiveScoutSubscribeTest Method

Request a full feed for the match, and then update messages will follow in the same pace as they were sent out live.

Namespace: Sportradar.SDK.FeedProviders.LiveScout
Assembly: LiveScoutFeedProvider (in LiveScoutFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
void SubscribeTest(
	long match_id,
	int? message_delay = null,
	int? start_message = null
)

Parameters

match_id  Int64
Match id.
message_delay  NullableInt32  (Optional)
Specifies how many milliseconds to wait in between sending out each message.
start_message  NullableInt32  (Optional)
Specifies which message to start replay on (how far into the match). If startmessage is greater than or equal to the number of messages for the match, a full feed for the finished match is sent out, and no more messages will follow after this.
Remarks
This should only be used on the test server.
See Also