Click or drag to resize

TcpInstConnRetryAttempts Property

Number of attemps to reconnect before giving up and calling OnPublicationLost() and OnSubscriptionLost() callbacks. The default is 3.

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

Property Value

Type: Int32
See Also