AircraftFetcherTKey, TDetailForceRefetchOnFastTick Property |
Gets or sets a value that, when set, will force a refresh of all aircraft on the next fast tick.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected bool ForceRefetchOnFastTick { get; set; }
Protected Property ForceRefetchOnFastTick As Boolean
Get
Set
protected:
property bool ForceRefetchOnFastTick {
bool get ();
void set (bool value);
}
member ForceRefetchOnFastTick : bool with get, set
Property Value
Type:
BooleanSee Also