Click or drag to resize

ISeasonGetGroupsAsync Method

Asynchronously gets the list of the IGroup instances belonging to the season

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<IEnumerable<IGroup>> GetGroupsAsync()

Return Value

TaskIEnumerableIGroup
A Task representing the asynchronous operation
See Also