Skip to main content

ResQ.Simulation.ScenarioRunner

ScenarioRunner Constructors

Overloads
ScenarioRunner(CoordinationHceClient, InfrastructureApiClient)Initializes a new instance of the ScenarioRunner class.
ScenarioRunner(string, string)Initializes a new instance of the ScenarioRunner class using service URLs.

ScenarioRunner(CoordinationHceClient, InfrastructureApiClient) Constructor

Initializes a new instance of the ScenarioRunner class.
public ScenarioRunner(ResQ.Clients.CoordinationHceClient hce, ResQ.Clients.InfrastructureApiClient infra);

Parameters

hce ResQ.Clients.CoordinationHceClient Client for the coordination-hce service. infra ResQ.Clients.InfrastructureApiClient Client for the infrastructure-api service.

ScenarioRunner(string, string) Constructor

Initializes a new instance of the ScenarioRunner class using service URLs.
public ScenarioRunner(string hceUrl="http://localhost:3000", string infraUrl="http://localhost:5000");

Parameters

hceUrl System.String Base URL of the coordination-hce service. infraUrl System.String Base URL of the infrastructure-api service.