Click or drag to resize
IConnectorStaleMessageTimeout Property
Gets the maximum age (in milliseconds) that a message can sit in the transmit queue before it is considered stale and discarded.

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

Property Value

Type: Int32
Remarks
Only used in passive mode. Set to a value below 1 to disable. Assumes that the entire set of bytes sent to the connection's Write constitute an entire message.
See Also