Click or drag to resize

ISportDataProviderV1GetFixtureChangesAsync Method

Gets the list of all fixtures that have changed in the last 24 hours

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<IFixtureChange>> GetFixtureChangesAsync(
	CultureInfo culture = null
)

Parameters

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

Return Value

TaskIEnumerableIFixtureChange
A list of all fixtures that have changed in the last 24 hours
See Also