Click or drag to resize

ISportDataProviderV10GetPeriodStatusesAsync Method

Get sport event period summary as an asynchronous operation

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<IPeriodStatus>> GetPeriodStatusesAsync(
	URN id,
	CultureInfo culture = null,
	IEnumerable<URN> competitorIds = null,
	IEnumerable<int> periods = null
)

Parameters

id  URN
The id of the sport event to be fetched
culture  CultureInfo  (Optional)
The language to be fetched
competitorIds  IEnumerableURN  (Optional)
The list of competitor ids to fetch the results for
periods  IEnumerableInt32  (Optional)
The list of period ids to fetch the results for

Return Value

TaskIEnumerableIPeriodStatus
The period statuses or empty if not found
See Also