Click or drag to resize

ISportDataProviderV3GetAvailableTournamentsAsync Method

Asynchronously gets a list of available IEnumerableT for a specific sport

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>> GetAvailableTournamentsAsync(
	URN sportId,
	CultureInfo culture = null
)

Parameters

sportId  URN
A URN specifying the sport to retrieve
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 available tournaments for a sport event we provide coverage for
See Also