Click or drag to resize

ICustomBetSelectionBuilderSetEventId Method

Sets event id to the provided URN

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#
ICustomBetSelectionBuilder SetEventId(
	URN eventId
)

Parameters

eventId  URN
A URN representing the event id.

Return Value

ICustomBetSelectionBuilder
The ICustomBetSelectionBuilder instance used to set additional values.
See Also