Click or drag to resize

ISportDataProviderV9GetLotteriesAsync Method

Gets the list of available lotteries

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<ILottery>> GetLotteriesAsync(
	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

TaskIEnumerableILottery
A list of available lotteries
See Also