Click or drag to resize

ICompetitionGetConditionsAsync Method

Asynchronously gets a ISportEventConditions instance representing live conditions of the sport event 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<ISportEventConditions> GetConditionsAsync()

Return Value

TaskISportEventConditions
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