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.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.Parameters
hceUrl System.String
Base URL of the coordination-hce service.
infraUrl System.String
Base URL of the infrastructure-api service.