Click or drag to resize
AircraftFetcherTKey, TDetailRecheckAll Method
Refetches all expired records, optionally forcing a refetch of records even if they have not expired.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void RecheckAll(
	bool forceRefetch
)

Parameters

forceRefetch
Type: SystemBoolean
True to fetch records that have already been recently fetched, false to only fetch those records that are past the AutomaticRecheckIntervalMilliseconds interval.
See Also