Table of Contents

Class UofSdkForReplay

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

A IUofSdk implementation acting as an entry point to the odds feed Replay Service for doing integration tests against played matches that are older than 48 hours

public class UofSdkForReplay : UofSdk, IUofSdkForReplay, IUofSdk, IDisposable
Inheritance
UofSdkForReplay
Implements
Inherited Members

Constructors

UofSdkForReplay(IServiceProvider)

Initializes a new instance of the UofSdkForReplay class

public UofSdkForReplay(IServiceProvider serviceProvider)

Parameters

serviceProvider IServiceProvider

A IServiceProvider instance including UofSdk configuration

Properties

ReplayManager

The replay manager for interaction with xReplay Server

public IReplayManager ReplayManager { get; }

Property Value

IReplayManager