Click or drag to resize
IAircraftOnlineLookupManagerLookup Method
Requests a lookup. The details are either fetched from the cache and returned straight away or they are queued for lookup by the online service and AircraftFetched raised once the results are in.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
AircraftOnlineLookupDetail Lookup(
	string icao,
	BaseStationAircraft baseStationAircraft,
	bool searchedForBaseStationAircraft
)

Parameters

icao
Type: SystemString
baseStationAircraft
Type: VirtualRadar.Interface.DatabaseBaseStationAircraft
Passed through to cache. Not used by the manager.
searchedForBaseStationAircraft
Type: SystemBoolean
Passed through to cache. Not used by the manager.

Return Value

Type: AircraftOnlineLookupDetail
See Also