Click or drag to resize
RebroadcastSettingsSendIntervalMilliseconds Property
Gets or sets the delay between sends for formats that lend themselves to message batching.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int SendIntervalMilliseconds { get; set; }

Property Value

Type: Int32
Remarks
At the time of writing the only format that uses this is AircraftListJson.
See Also