Click or drag to resize
AircraftFetcherTKey, TDetailGetRegisteredAircraft Method
Returns a copy of the dictionary that holds all of the registered aircraft for which at least one fetch has already been made.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected virtual Dictionary<TKey, TDetail> GetRegisteredAircraft()

Return Value

Type: DictionaryTKey, TDetail
See Also