Sportradar.MTS.SDK.API Namespace
Sportradar.MTS.SDK.Common.Exceptions Namespace
Sportradar.MTS.SDK.Entities.Builders Namespace
Sportradar.MTS.SDK.Entities.EventArguments Namespace
Sportradar.MTS.SDK.Entities.Interfaces Namespace
Sportradar.MTS.SDK.Entities.Internal.REST Namespace
Sportradar MTS SDK .NET Standard 2.1, v2.3.3

ITicketBuilder..::..SetTotalCombinations Method

Sets the expected total number of generated combinations on this ticket (optional, default null). If present, it is used to validate against actual number of generated combinations.

Namespace:  Sportradar.MTS.SDK.Entities.Builders
Assembly:  Sportradar.MTS.SDK (in Sportradar.MTS.SDK.dll)

Syntax


ITicketBuilder SetTotalCombinations(
	int totalCombinations
)

Parameters

totalCombinations
Type: Int32
The expected total number of generated combinations

Return Value

Returns a ITicketBuilder