MergedFeedIcaoTimeout Property |
Gets or sets the number of milliseconds that any given receiver will be considered to be the only source of messages for an ICAO.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int IcaoTimeout { get; set; }
Public Property IcaoTimeout As Integer
Get
Set
public:
property int IcaoTimeout {
int get ();
void set (int value);
}
member IcaoTimeout : int with get, set
Property Value
Type:
Int32See Also