Click or drag to resize
IAircraftOnlineLookupManagerLookupMany Method
Requests the lookup of many ICAOs. All ICAOs that are in the cache are returned immediately, the rest are passed to the online lookup service and returned via the AircraftFetched event.

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

Parameters

icaos
Type: System.Collections.GenericIEnumerableString
baseStationAircraft
Type: System.Collections.GenericIDictionaryString, BaseStationAircraft
Passed through to cache. Not used by the manager.

Return Value

Type: DictionaryString, AircraftOnlineLookupDetail
See Also