Interface IUofSession
- Namespace
- Sportradar.OddsFeed.SDK.Api
- Assembly
- Sportradar.OddsFeed.SDK.dll
Represents a session to the odds feed
public interface IUofSession : IEntityDispatcher<ISportEvent>
- Inherited Members
Properties
Name
Gets the name of the session
string Name { get; }
Property Value
Methods
CreateSportSpecificMessageDispatcher<T>()
Constructs and returns a sport-specific ISpecificEntityDispatcher<T> instance allowing processing of messages containing entity specific information
ISpecificEntityDispatcher<T> CreateSportSpecificMessageDispatcher<T>() where T : ISportEvent
Returns
- ISpecificEntityDispatcher<T>
The constructed ISpecificEntityDispatcher<T>
Type Parameters
TA ICompetition derived type specifying the entities associated with the created IEntityDispatcher<T> instance
Events
OnUnparsableMessageReceived
Raised when a message which cannot be parsed is received
event EventHandler<UnparsableMessageEventArgs> OnUnparsableMessageReceived