Click or drag to resize

IMatchGetTournamentRoundAsync Method

Asynchronously gets a IRound representing the tournament round 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<IRound> GetTournamentRoundAsync()

Return Value

TaskIRound
A TaskTResult representing the retrieval operation
See Also