Click or drag to resize

IMatchGetFixtureAsync Method

Asynchronously gets a IFixture instance containing information about the arranged sport event

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<IFixture> GetFixtureAsync()

Return Value

TaskIFixture
A TaskTResult representing the retrieval operation
Remarks
A Fixture is a sport event that has been arranged for a particular time and place
See Also