Click or drag to resize

ICompetitionV3GetCompetitorIdsAsync Method

Asynchronously gets a list of competitor ids associated with the current instance

Namespace: Sportradar.OddsFeed.SDK.Entities.REST
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
Task<IEnumerable<URN>> GetCompetitorIdsAsync(
	CultureInfo culture = null
)

Parameters

culture  CultureInfo  (Optional)
Optional culture in which we want to fetch competitor data (otherwise default is used)

Return Value

TaskIEnumerableURN
A list of competitor ids associated with the current instance
See Also