Click or drag to resize

IMatchGetSeasonAsync Method

Asynchronously gets a ISeasonInfo 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<ISeasonInfo> GetSeasonAsync()

Return Value

TaskISeasonInfo
A TaskTResult representing the retrieval operation
See Also