C# 클래스 Soloco.RealTimeWeb.Environment.SimulateVehicleDataService

상속: IDisposable
파일 보기 프로젝트 열기: tim-cools/RealTimeWeb.NET 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
SimulateVehicleDataService ( IBusControl bus, IRoutePlanner routePlanner ) : System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
CreateSimulators ( int numberOf ) : Soloco.RealTimeWeb.VehicleMonitor.Vehicles.Domain.VehicleSimulation[]
UpdateSimulators ( object sender, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SimulateVehicleDataService() 공개 메소드

public SimulateVehicleDataService ( IBusControl bus, IRoutePlanner routePlanner ) : System
bus IBusControl
routePlanner IRoutePlanner
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void