Table of Contents

Interface ILongTermEvent

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest
Assembly
Sportradar.OddsFeed.SDK.dll

Defines a contract for classes implementing long term sport event

public interface ILongTermEvent : ISportEvent
Inherited Members

Methods

GetSportAsync()

Asynchronously get the ISportSummary instance representing the sport associated with the current instance

Task<ISportSummary> GetSportAsync()

Returns

Task<ISportSummary>

The ISportSummary instance representing the sport associated with the current instance

GetTournamentCoverage()

Asynchronously get the ITournamentCoverage instance representing the tournament coverage associated with the current instance

Task<ITournamentCoverage> GetTournamentCoverage()

Returns

Task<ITournamentCoverage>

The ITournamentCoverage instance representing the tournament coverage associated with the current instance