 | ISimulationServiceToggleTrafficLight Method |
[This is preliminary documentation and is subject to change.]
Toggles a traffic light.
Namespace:
TrafficSimulation.Simulation.Contracts
Assembly:
TrafficSimulation.Simulation.Contracts (in TrafficSimulation.Simulation.Contracts.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxvoid ToggleTrafficLight(
int id
)
Sub ToggleTrafficLight (
id As Integer
)
void ToggleTrafficLight(
int id
)
abstract ToggleTrafficLight :
id : int -> unit
Parameters
- id
- Type: SystemInt32
[Missing <param name="id"/> documentation for "M:TrafficSimulation.Simulation.Contracts.ISimulationService.ToggleTrafficLight(System.Int32)"]
See Also