Click or drag to resize

LiveScoutEntityFactoryBuildFakeBetStop Method

Generates a special MatchUpdate messages that contains a betstop event

Namespace: Sportradar.SDK.FeedProviders.LiveScout.Internal
Assembly: LiveScoutFeedProvider (in LiveScoutFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public MatchUpdate BuildFakeBetStop(
	long match_id,
	DateTime time
)

Parameters

match_id  Int64
Id of the match
time  DateTime
Time when the event should have happened

Return Value

MatchUpdate
An instance of MatchUpdate.
See Also