Click or drag to resize

ISportDataProviderGetTournament Method

Gets a ILongTermEvent representing the specified tournament in language specified by
C#
culture
or a null reference if the tournament with specified
C#
does not exist

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
ILongTermEvent GetTournament(
	URN id,
	CultureInfo culture = null
)

Parameters

id  URN
A URN specifying the tournament to retrieve
culture  CultureInfo  (Optional)
A CultureInfo specifying the language or a null reference to use the languages specified in the configuration

Return Value

ILongTermEvent
A ILongTermEvent representing the specified tournament or a null reference if requested tournament does not exist
See Also