Click or drag to resize

ILiveOddsCommonBaseGetEventList(IEnumerableInt64) Method

Request meta-information about the events(matches, races) specified by it's ids The response message includes teams playing, match date and time, TV channel names and sport/category/tournament for every match.

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Common
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
long GetEventList(
	IEnumerable<long> event_ids
)

Parameters

event_ids  IEnumerableInt64
Return meta info only for the matches specified.

Return Value

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