Click or drag to resize

ICustomBetManagerCalculateProbabilityFilterAsync Method

Returns an Calculation instance providing the probability for the specified selections and filter out conflicting outcomes.

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<ICalculationFilter> CalculateProbabilityFilterAsync(
	IEnumerable<ISelection> selections
)

Parameters

selections  IEnumerableISelection
The IEnumerableT containing selections for which the probability should be calculated

Return Value

TaskICalculationFilter
An Calculation providing the probability for the specified selections
See Also