 | SimulationServiceGetVehicles Method |
[This is preliminary documentation and is subject to change.]
Retursn a list of Vehicles
Namespace:
TrafficSimulation.Simulation.WebService
Assembly:
TrafficSimulation.Simulation.WebService (in TrafficSimulation.Simulation.WebService.exe) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic List<Vehicle> GetVehicles()
Public Function GetVehicles As List(Of Vehicle)
public:
virtual List<Vehicle^>^ GetVehicles() sealed
abstract GetVehicles : unit -> List<Vehicle>
override GetVehicles : unit -> List<Vehicle>
Return Value
Type:
ListVehicle[Missing <returns> documentation for "M:TrafficSimulation.Simulation.WebService.SimulationService.GetVehicles"]
Implements
ISimulationServiceGetVehicles
See Also