Table of Contents

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

string

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

T

A 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

Event Type

EventHandler<UnparsableMessageEventArgs>