Click or drag to resize

ReaderDataLifecycleQosPolicyAutopurgeNowriterSamplesDelay Property

Gets or sets the maximum duration for which the DataReader will maintain information regarding an instance once its InstanceState becomes NotAliveNoWriters. After this time elapses, the DataReader will purge all internal information regarding the instance, any untaken samples will also be lost.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public Duration AutopurgeNowriterSamplesDelay { get; set; }

Property Value

Type: Duration
See Also