Click or drag to resize

MessageInterestSpecificEventsOnly Method

Constructs a MessageInterest indicating an interest in messages associated with specific events

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 MessageInterest SpecificEventsOnly(
	IEnumerable<URN> eventIds
)

Parameters

eventIds  IEnumerableURN
A IEnumerableT specifying the target events

Return Value

MessageInterest
A MessageInterest indicating an interest in messages associated with specific events
See Also