Table of Contents

Interface IUofSessionBuilder

Namespace
Sportradar.OddsFeed.SDK.Api
Assembly
Sportradar.OddsFeed.SDK.dll

Represents a first step when building a IUofSession instance

public interface IUofSessionBuilder

Methods

SetMessageInterest(MessageInterest)

Sets a MessageInterest specifying which type of messages should be received from the feed

ISessionBuilder SetMessageInterest(MessageInterest msgInterest)

Parameters

msgInterest MessageInterest

a MessageInterest specifying which type of messages should be received from the feed

Returns

ISessionBuilder

A ISessionBuilder representing the second step when building a IUofSession instance