Click or drag to resize

ILiveOddsUnregisterBetTypes Method

Unregister from specific bet types within the given match. This gives the opportunity to deactivate specific odd types for a match.

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
void UnregisterBetTypes(
	IEnumerable<RegisterUnregisterBetType> betTypes
)

Parameters

betTypes  IEnumerableRegisterUnregisterBetType
List of matches and bet types to unregister from
Remarks
There is no need to call this method. Beware when there are more instances of the same bet type active (i.e. "Next goal"), this will deactivate all!
See Also