Click or drag to resize

DurabilityQosPolicy Class

The durability policy controls whether data writers should maintain samples after they have been sent to known subscribers. This policy applies to the Topic, DataReader, and DataWriter entities via the durability member of their respective QoS structures.
Inheritance Hierarchy
SystemObject
  OpenDDSharp.DDSDurabilityQosPolicy

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

The DurabilityQosPolicy type exposes the following members.

Properties
  NameDescription
Public propertyKind
Gets or sets the DurabilityQosPolicyKind assigned to the related Entity
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
Remarks

The value offered is considered compatible with the value requested if and only if the inequality "offered kind >= requested kind" evaluates to 'true'. For the purposes of this inequality, the values of Durability kind are considered ordered such that Volatile < TransientLocal < Transient < Persistent.

See Also