Method | Description | |
---|---|---|
GetRunningTrolleys ( bool isDebug ) : List |
||
Initialize ( ) : void | ||
UpdateTrolley ( |
Method | Description | |
---|---|---|
AgeCacheEntries ( ) : void |
Check items in cache periodically and remove any that are inactive (haven't called Update() for max age period) Call from inside a lock() statement
|
|
CheckActiveRoutes ( ) : void | ||
SetRoutesActive ( ) : void |
public static GetRunningTrolleys ( bool isDebug ) : List |
||
isDebug | bool | |
return | List |
public static UpdateTrolley ( |
||
trolley | ||
return | void |