Click or drag to resize

ReaderDataLifecycleQosPolicy Class

This policy controls the behavior of the DataReader with regards to the lifecycle of the data-instances it manages, that is, the data-instances that have been received and for which the DataReader maintains some internal resources.
Inheritance Hierarchy
SystemObject
  OpenDDSharp.DDSReaderDataLifecycleQosPolicy

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public class ReaderDataLifecycleQosPolicy

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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also