Click or drag to resize

ICustomBetManagerGetAvailableSelectionsAsync Method

Returns an AvailableSelections instance providing the available selections for the event associated with the provided URN identifier

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<IAvailableSelections> GetAvailableSelectionsAsync(
	URN eventId
)

Parameters

eventId  URN
The URN identifier of the event for which the available selections should be returned

Return Value

TaskIAvailableSelections
An AvailableSelections providing the available selections of the associated event
See Also