Click or drag to resize
AircraftFetcherTKey, TDetailDoRegisterAircraft Method
Registers or refreshes the entry for the key passed across.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected virtual TDetail DoRegisterAircraft(
	TKey key,
	IAircraft aircraft
)

Parameters

key
Type: TKey
The key to register. This must be usable within a dictionary.
aircraft
Type: VirtualRadar.InterfaceIAircraft
The aircraft to associate with the key, if any. Pass null if the aircraft is unknown.

Return Value

Type: TDetail
See Also