Click or drag to resize

ILiveOddsWithOutrightsGetOutrightList Method

Request meta-information about outrights specified by it's ids

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Outrights
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
long GetOutrightList(
	IEnumerable<long> outright_ids
)

Parameters

outright_ids  IEnumerableInt64
Specifies the outrights for which to retrieve meta info

Return Value

Int64
Returns immediately with the request number or zero, but expect to receive [!:ILiveOdds.OnMetaInfo] event in response
See Also