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.InterfaceAssembly: 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
)
Protected Sub FauxFetchAircraft (
key As TKey,
fakeFetchAircraft As Func(Of TKey, TDetail, Boolean, IAircraft, TDetail)
)
protected:
void FauxFetchAircraft(
TKey key,
Func<TKey, TDetail, bool, IAircraft^, TDetail>^ fakeFetchAircraft
)
member FauxFetchAircraft :
key : 'TKey *
fakeFetchAircraft : Func<'TKey, 'TDetail, bool, IAircraft, 'TDetail> -> unit
Parameters
- key
- Type: TKey
- fakeFetchAircraft
- Type: SystemFuncTKey, TDetail, Boolean, IAircraft, TDetail
See Also