Click or drag to resize

TransportInstDatalinkReleaseDelay Property

Delay in milliseconds that the datalink should be released after all associations are removed. The default value is 10 seconds.

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

Property Value

Type: Int32
Remarks
The DatalinkReleaseDelay is the delay for datalink release after no associations. Increasing this value may reduce the overhead of re-establishment when reader/writer associations are added and removed frequently.
See Also