Click or drag to resize

ReaderDataLifecycleQosPolicyAutopurgeDisposedSamplesDelay Property

Gets or sets the maximum duration for which the DataReader will maintain samples for an instance once its InstanceState becomes NotAliveDisposed. After this time elapses, the DataReader will purge all samples for the instance.

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

Property Value

Type: Duration
See Also