AircraftFetcherTKey, TDetailAutomaticRecheckIntervalMilliseconds Property |
Gets the number of milliseconds between automatic refetches of the aircraft data. 0 indicates
that automatic refetching is not required.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected abstract int AutomaticRecheckIntervalMilliseconds { get; }
Protected MustOverride ReadOnly Property AutomaticRecheckIntervalMilliseconds As Integer
Get
protected:
virtual property int AutomaticRecheckIntervalMilliseconds {
int get () abstract;
}
abstract AutomaticRecheckIntervalMilliseconds : int with get
Property Value
Type:
Int32See Also