Click or drag to resize

ReaderDataLifecycleQosPolicy Properties

The ReaderDataLifecycleQosPolicy type exposes the following members.

Properties
  NameDescription
Public propertyAutopurgeDisposedSamplesDelay
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.
Public propertyAutopurgeNowriterSamplesDelay
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.
Top
See Also