Click or drag to resize

ISeasonGetSeasonCoverageAsync Method

Asynchronously gets a ISeasonCoverage representing the season coverage

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<ISeasonCoverage> GetSeasonCoverageAsync()

Return Value

TaskISeasonCoverage
A TaskTResult representing the asynchronous operation
See Also