Click or drag to resize
AircraftFetcherTKey, TDetailFauxFetchAircraft Method
Fakes an aircraft fetch. Some derivees may hook events that pre-fetch the interesting data and they don't want to fetch it again with a call to FetchAircraft, so this applies the same lock as FetchAircraft and calls the action passed across.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void FauxFetchAircraft(
	TKey key,
	Func<TKey, TDetail, bool, IAircraft, TDetail> fakeFetchAircraft
)

Parameters

key
Type: TKey
fakeFetchAircraft
Type: SystemFuncTKey, TDetail, Boolean, IAircraft, TDetail
See Also