C# Class TrainNotifier.WcfLibrary.TDCacheService

Inheritance: ITDService
Afficher le fichier Open project: blueghostuk/trainnotifier-server

Méthodes publiques

Méthode Description
CacheTrainDescriberData ( IEnumerable trainData ) : void
GetBerthContents ( string index ) : Tuple
SetCacheContents ( string index, Tuple item ) : void

Private Methods

Méthode Description
CacheTdCCData ( IEnumerable trainData ) : void
CacheTdCaData ( IEnumerable trainData ) : void
CacheTdCbData ( IEnumerable trainData ) : void
GetTrainSchedule ( string describer, TiplocCode tiploc ) : CachedTrainDetails
IndexValue ( TrainDescriber td, string post ) : string
ProcessTdResult ( Tuple td, bool doRetry ) : void
TDCacheService ( ) : System
UpdateTrainMovements ( IEnumerable trainData ) : void
_missedEntryTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

CacheTrainDescriberData() public méthode

public CacheTrainDescriberData ( IEnumerable trainData ) : void
trainData IEnumerable
Résultat void

GetBerthContents() public méthode

public GetBerthContents ( string index ) : Tuple
index string
Résultat Tuple

SetCacheContents() public static méthode

public static SetCacheContents ( string index, Tuple item ) : void
index string
item Tuple
Résultat void