Click or drag to resize

TcpInstConnRetryInitialDelay Property

The initial retry delay in milliseconds. The first connection retry will be when the loss of connection is detected. The second try will be after this delay. The default is 500 miliseconds.

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

Property Value

Type: Int32
See Also