Click or drag to resize

ILiveOddsGetScoreAndCardSummary Method

Requests a list of all cards and scores for a match.

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
long GetScoreAndCardSummary(
	long match_id
)

Parameters

match_id  Int64
Match id

Return Value

Int64
Returns immediately with the request number or zero, but expect to receive OnScoreCardSummary event in response
See Also