Click or drag to resize

ITournamentGetSeasonsAsync Method

Asynchronously gets a list of ISeason associated with this tournament

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<ISeason>> GetSeasonsAsync()

Return Value

TaskIEnumerableISeason
A list of ISeason associated with this tournament
See Also