Click or drag to resize
IAircraftOnlineLookupManager Methods

The IAircraftOnlineLookupManager type exposes the following members.

Methods
  NameDescription
Public methodDeregisterCache
Removes the cache passed across from the manager. Does nothing if the cache has not been registered.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodIsCacheObjectRegistered
Returns true if the cache object passed across has already been registered.
Public methodLookup
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.
Public methodLookupMany
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.
Public methodRecordNeedsRefresh
Returns true if the details passed across indicate that the aircraft that they belong to needs refreshing.
Public methodRegisterCache
Register a cache with the manager.
Top
See Also