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
Description
Gets the description of the scenario
string Description { get; }
Property Value
Id
Gets the id of the scenario
int Id { get; }
Property Value
RunParallel
Gets an indication if the scenario can be run in parallel
bool RunParallel { get; }