C# Класс TrainNotifier.WcfLibrary.TDCacheService

Наследование: ITDService
Показать файл Открыть проект

Открытые методы

Метод Описание
CacheTrainDescriberData ( IEnumerable trainData ) : void
GetBerthContents ( string index ) : Tuple
SetCacheContents ( string index, Tuple item ) : void

Приватные методы

Метод Описание
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

Описание методов

CacheTrainDescriberData() публичный Метод

public CacheTrainDescriberData ( IEnumerable trainData ) : void
trainData IEnumerable
Результат void

GetBerthContents() публичный Метод

public GetBerthContents ( string index ) : Tuple
index string
Результат Tuple

SetCacheContents() публичный статический Метод

public static SetCacheContents ( string index, Tuple item ) : void
index string
item Tuple
Результат void