Click or drag to resize
AircraftFetcher<TKey, TDetail>.GetFetchedDetailUnderLock Method
Returns the fetched detail for a key.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected AircraftFetcher< TKey, TDetail> . FetchedDetail GetFetchedDetailUnderLock(
	TKey key
)

Parameters

key
Type: TKey

Return Value

Type: AircraftFetcher<TKey, TDetail>.FetchedDetail
See Also