Click or drag to resize

ISportDataProviderGetSportsAsync Method

Asynchronously gets a IEnumerableT representing all available sports in language specified by the
C#
culture

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<ISport>> GetSportsAsync(
	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

TaskIEnumerableISport
A TaskTResult representing the async operation
See Also