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.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax int StaleMessageTimeout { get; set; }
Property StaleMessageTimeout As Integer
Get
Set
property int StaleMessageTimeout {
int get ();
void set (int value);
}
abstract StaleMessageTimeout : int with get, set
Property Value
Type:
Int32Remarks
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