Click or drag to resize

ISimulationServiceGetTrafficLights Method

[This is preliminary documentation and is subject to change.]

Returns a list of traffic lights.

Namespace:  TrafficSimulation.Simulation.Contracts
Assembly:  TrafficSimulation.Simulation.Contracts (in TrafficSimulation.Simulation.Contracts.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
ReadOnlyCollection<TrafficLight> GetTrafficLights()

Return Value

Type: ReadOnlyCollectionTrafficLight

[Missing <returns> documentation for "M:TrafficSimulation.Simulation.Contracts.ISimulationService.GetTrafficLights"]

See Also