AircraftFetcherTKey, TDetailRecheckAll Method |
Refetches all expired records, optionally forcing a refetch of records even if they have not expired.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected void RecheckAll(
bool forceRefetch
)
Protected Sub RecheckAll (
forceRefetch As Boolean
)
protected:
void RecheckAll(
bool forceRefetch
)
member RecheckAll :
forceRefetch : bool -> unit
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