Click or drag to resize

DurabilityServiceQosPolicy Class

This policy is used to configure the history QoS and the resource limits QoS used by the fictitious DataReader and DataWriter used by the "persistence service".
Inheritance Hierarchy
SystemObject
  OpenDDSharp.DDSDurabilityServiceQosPolicy

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

The DurabilityServiceQosPolicy type exposes the following members.

Properties
  NameDescription
Public propertyHistoryDepth
Specifies the number of samples of each instance of data (identified by its key) that is managed by the durability service for the transient or persistent topic data-instances.
Public propertyHistoryKind
Specifies the type of history the durability service must apply for the transient or persistent topic data-instances.
Public propertyMaxInstances
Represents the maximum number of instances the DataWriter (or DataReader) can manage.
Public propertyMaxSamples
Specifies the maximum number of data-samples the DataWriter (or DataReader) can manage across all the instances associated with it. Represents the maximum samples the middleware can store for any one DataWriter (or DataReader).
Public propertyMaxSamplesPerInstance
Represents the maximum number of samples of any one instance a DataWriter (or DataReader) can manage.
Public propertyServiceCleanupDelay
Specifies how long the durability service must wait before it is allowed to remove the information on the transient or persistent topic data-instances as a result of incoming dispose messages.
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