Click or drag to resize

ISportDataProviderV3GetActiveTournamentsAsync Method

Asynchronously gets a list of active IEnumerableT

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
Task<IEnumerable<ISportEvent>> GetActiveTournamentsAsync(
	CultureInfo culture = null
)

Parameters

culture  CultureInfo  (Optional)
A CultureInfo specifying the language or a null reference to use the languages specified in the configuration

Return Value

TaskIEnumerableISportEvent
A TaskTResult representing the async operation
Remarks
Lists all ISportEvent that are cached (once schedule is loaded)
See Also