AircraftFetcherTKey, TDetailGetFetchedDetailUnderLock Method |
Returns the fetched detail for a key.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected AircraftFetcherTKey, TDetailFetchedDetail GetFetchedDetailUnderLock(
TKey key
)
Protected Function GetFetchedDetailUnderLock (
key As TKey
) As AircraftFetcherTKey, TDetailFetchedDetail
protected:
AircraftFetcherTKey, TDetailFetchedDetail^ GetFetchedDetailUnderLock(
TKey key
)
member GetFetchedDetailUnderLock :
key : 'TKey -> AircraftFetcherTKey, TDetailFetchedDetail
Parameters
- key
- Type: TKey
Return Value
Type:
AircraftFetcherTKey, TDetailFetchedDetailSee Also