IMergedFeedListenerIcaoTimeout Property |
Gets or sets the number of milliseconds that must elapse after the last message from a given ICAO on a receiver before
that receiver is no longer considered to be the only source of messages for that ICAO.
Namespace: VirtualRadar.Interface.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax int IcaoTimeout { get; set; }
Property IcaoTimeout As Integer
Get
Set
property int IcaoTimeout {
int get ();
void set (int value);
}
abstract IcaoTimeout : int with get, set
Property Value
Type:
Int32See Also