Click or drag to resize

IOddsFeedSessionCreateSportSpecificMessageDispatcherT Method

Constructs and returns a sport-specific ISpecificEntityDispatcherT instance allowing processing of messages containing entity specific information

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#
ISpecificEntityDispatcher<T> CreateSportSpecificMessageDispatcher<T>()
where T : ISportEvent

Type Parameters

T
A ICompetition derived type specifying the entities associated with the created IEntityDispatcherT instance

Return Value

ISpecificEntityDispatcherT
The constructed ISpecificEntityDispatcherT
See Also