Click or drag to resize

SimulationServiceToggleTrafficLight Method

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

Toggles a traffic light.

Namespace:  TrafficSimulation.Simulation.WebService
Assembly:  TrafficSimulation.Simulation.WebService (in TrafficSimulation.Simulation.WebService.exe) Version: 1.0.0.2 (1.0.0.2)
Syntax
public void ToggleTrafficLight(
	int id
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:TrafficSimulation.Simulation.WebService.SimulationService.ToggleTrafficLight(System.Int32)"]

Implements

ISimulationServiceToggleTrafficLight(Int32)
See Also