Table of Contents

Interface IReplayScenario

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

Defines a contract for replay scenario instances

public interface IReplayScenario

Properties

AssociatedEventIds

Gets the associated event identifiers

IEnumerable<Urn> AssociatedEventIds { get; }

Property Value

IEnumerable<Urn>

Description

Gets the description of the scenario

string Description { get; }

Property Value

string

Id

Gets the id of the scenario

int Id { get; }

Property Value

int

RunParallel

Gets an indication if the scenario can be run in parallel

bool RunParallel { get; }

Property Value

bool