Click or drag to resize

ITournamentV1GetExhibitionGamesAsync Method

Asynchronously gets a Boolean specifying if the tournament is exhibition game

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<bool?> GetExhibitionGamesAsync()

Return Value

TaskNullableBoolean
A Boolean specifying if the tournament is exhibition game
See Also