Click or drag to resize
ICallsignRouteFetcherRegisterAircraft Method
Registers an aircraft's callsign with the fetcher. If the details are already known then they are immediately returned, otherwise they will be fetched on a background thread.

Namespace: VirtualRadar.Interface.StandingData
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
CallsignRouteDetail RegisterAircraft(
	IAircraft aircraft
)

Parameters

aircraft
Type: VirtualRadar.InterfaceIAircraft

Return Value

Type: CallsignRouteDetail
Null if the callsign has not been fetched, the callsign details if they have been fetched.
Remarks
There is no unregister call, any given callsign is automatically deregistered after the fetcher hasn't seen a RegisterAircraft for it in a while.
See Also