Click or drag to resize

TcpInstPassiveReconnectDuration Property

The time period in milliseconds for the acceptor side of a connection to wait for the connection to be reconnected. If not reconnected within this period then OnPublicationLost() and OnSubscriptionLost() callbacks will be called. The default is 2 seconds (2000 millseconds).

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

Property Value

Type: Int32
See Also