Click or drag to resize

ICompetitionGetVenueAsync Method

Asynchronously gets a IVenue instance representing a venue where the sport event associated with the current instance will take place

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<IVenue> GetVenueAsync()

Return Value

TaskIVenue
A TaskTResult representing the retrieval operation
See Also