Click or drag to resize

IMatchV3GetEventTimelineAsync(CultureInfo) Method

Asynchronously gets the associated event timeline for single culture

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<IEventTimeline> GetEventTimelineAsync(
	CultureInfo culture
)

Parameters

culture  CultureInfo
The languages to which the returned instance should be translated

Return Value

TaskIEventTimeline
A TaskTResult representing the retrieval operation
Remarks
Recommended to be used when only IEventTimeline is needed for this IMatch
See Also