Click or drag to resize

SimulationServiceGetTrafficLights Method

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

Returns a list of traffic lights.

Namespace:  TrafficSimulation.Simulation.WebService
Assembly:  TrafficSimulation.Simulation.WebService (in TrafficSimulation.Simulation.WebService.exe) Version: 1.0.0.2 (1.0.0.2)
Syntax
public ReadOnlyCollection<TrafficLight> GetTrafficLights()

Return Value

Type: ReadOnlyCollectionTrafficLight

[Missing <returns> documentation for "M:TrafficSimulation.Simulation.WebService.SimulationService.GetTrafficLights"]

Implements

ISimulationServiceGetTrafficLights
See Also