Click or drag to resize

IMatchGetTournamentAsync Method

Asynchronously gets a ILongTermEvent representing the season to which the sport event associated with the current instance belongs to

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<ILongTermEvent> GetTournamentAsync()

Return Value

TaskILongTermEvent
A TaskTResult representing the retrieval operation
See Also