Click or drag to resize

IBasicTournamentV2GetScheduleAsync Method

Gets the list of all ICompetition that belongs to the basic tournament schedule

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<ISportEvent>> GetScheduleAsync()

Return Value

TaskIEnumerableISportEvent
The list of all ICompetition that belongs to the basic tournament schedule
See Also