Click or drag to resize

ILongTermEventGetSportAsync Method

Asynchronously get the ISportSummary instance representing the sport 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<ISportSummary> GetSportAsync()

Return Value

TaskISportSummary
The ISportSummary instance representing the sport associated with the current instance
See Also