Click or drag to resize

IPlayerOutcomeOddsGetCompetitorAsync Method

Asynchronously gets the team to which the associated player belongs to

Namespace: Sportradar.OddsFeed.SDK.Entities
Assembly: Sportradar.OddsFeed.SDK.Entities (in Sportradar.OddsFeed.SDK.Entities.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
Task<ITeamCompetitor> GetCompetitorAsync()

Return Value

TaskITeamCompetitor
A TaskTResult representing the async operation
See Also