Метод | Описание | |
---|---|---|
AddActivation ( |
||
AddCancellation ( |
||
AddMovement ( |
||
BatchInsertTrainData ( IEnumerable |
||
Dispose ( ) : void | ||
GetMatchingSchedule ( |
||
PreLoadActivations ( ) : void |
Pre-loads trains activated or in progress set to depart from 12 hours ago into the future
|
|
StartTimer ( ) : void | ||
UpdateMovement ( System.Guid trainId, TDElement td, IEnumerable |
Update a train movement
|
|
UpdateTrainState ( System.Guid trainId, TrainState state ) : void |
Метод | Описание | |
---|---|---|
AddChangeOfOrigin ( |
||
AddFirstArrivalMovement ( System.Guid trainId, System.DateTime departureTime, |
||
AddReinstatement ( |
||
GetDatePartSql ( System.DateTime date ) : string | ||
GetNextStop ( string trainId, TrainMovementEventType eventType, string stanox, byte latestStopNumber ) : |
||
ProcessQueue ( object ignored ) : void | ||
SetLiveTrainSchedule ( |
||
TrainExists ( string trainId, Activation &tm ) : bool | ||
UpdateLiveTrainOrigin ( System.Guid trainId, short tiplocId ) : void |
public AddActivation ( |
||
activation | ||
Результат | void |
public AddCancellation ( |
||
cm | ||
Результат | bool |
public AddMovement ( |
||
tms | ||
Результат | bool |
public BatchInsertTrainData ( IEnumerable |
||
trainData | IEnumerable |
|
onFailAddToQueue | bool | |
Результат | void |
public GetMatchingSchedule ( |
||
activation | ||
Результат | MatchSchedule |
public UpdateMovement ( System.Guid trainId, TDElement td, IEnumerable |
||
trainId | System.Guid | id of live train |
td | TDElement | |
tiplocIds | IEnumerable |
reporting tiploc(s) |
eventType | TrainMovementEventType | arrival or departure to update |
actualTime | System.DateTime | actual time to set |
source | LiveTrainStopSource | source of data |
Результат | bool |
public UpdateTrainState ( System.Guid trainId, TrainState state ) : void | ||
trainId | System.Guid | |
state | TrainState | |
Результат | void |