Click or drag to resize

TcpInstMaxOutputPausePeriod Property

Maximum period (in milliseconds) of not being able to send queued messages. If there are samples queued and no output for longer than this period then the connection will be closed and on_*_lost() callbacks will be called. If the value is -1, the default, then this check will not be made.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public int MaxOutputPausePeriod { get; set; }

Property Value

Type: Int32
See Also