Click or drag to resize
IRebroadcastServerSendIntervalMilliseconds Property
Gets or sets the interval at which aircraft lists are rebroadcast.

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

Property Value

Type: Int32
Remarks
Only used when the rebroadcast format involves sending the aircraft list instead of sending aircraft messages. Defaults to 1 second.
See Also