Click or drag to resize

MessageInterestIsCombinationValid Method

Determines whether the provided list of MessageInterest is a valid combination of sessions

Namespace: Sportradar.OddsFeed.SDK.Entities
Assembly: Sportradar.OddsFeed.SDK.Entities (in Sportradar.OddsFeed.SDK.Entities.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public static bool IsCombinationValid(
	IEnumerable<MessageInterest> interests
)

Parameters

interests  IEnumerableMessageInterest

Return Value

Boolean
True if the provided combination is valid. Otherwise false
See Also