Click or drag to resize

IMatchGetAwayCompetitorAsync Method

Asynchronously gets a ITeamCompetitor representing away competitor of the match associated with the current instance

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<ITeamCompetitor> GetAwayCompetitorAsync()

Return Value

TaskITeamCompetitor
A TaskTResult representing the retrieval operation
See Also