Click or drag to resize

ISportDataProviderV11GetTimelineEventsAsync Method

Get the associated event timeline for single culture

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#
Task<IEnumerable<ITimelineEvent>> GetTimelineEventsAsync(
	URN id,
	CultureInfo culture = null
)

Parameters

id  URN
The id of the sport event to be fetched
culture  CultureInfo  (Optional)
The language to be fetched

Return Value

TaskIEnumerableITimelineEvent
The event timeline or empty if not found
See Also