Click or drag to resize

ICustomBetSelectionBuilderSetMarketId Method

Sets market id to the provided value

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 SetMarketId(
	int marketId
)

Parameters

marketId  Int32
A value representing the market id.

Return Value

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