Click or drag to resize
IAircraftOnlineLookupCacheLoadMany Method
Loads multiple records from the cache simultaneously.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Dictionary<string, AircraftOnlineLookupDetail> LoadMany(
	IEnumerable<string> icaos,
	IDictionary<string, BaseStationAircraft> baseStationAircraft
)

Parameters

icaos
Type: System.Collections.GenericIEnumerableString
baseStationAircraft
Type: System.Collections.GenericIDictionaryString, BaseStationAircraft
If BaseStation.sqb has been searched for an aircraft then these are the records that were returned, indexed by upper-case ICAO. Otherwise it's null.

Return Value

Type: DictionaryString, AircraftOnlineLookupDetail
A dictionary of ICAOs to cached records. If there is no record for a particular ICAO in the cache then the dictionary value for the ICAO is null.
See Also