IRebroadcastServerSendIntervalMilliseconds Property |
Gets or sets the interval at which aircraft lists are rebroadcast.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax int SendIntervalMilliseconds { get; set; }
Property SendIntervalMilliseconds As Integer
Get
Set
property int SendIntervalMilliseconds {
int get ();
void set (int value);
}
abstract SendIntervalMilliseconds : int with get, set
Property Value
Type:
Int32Remarks
Only used when the rebroadcast format involves sending the aircraft list instead of sending aircraft
messages. Defaults to 1 second.
See Also