![]() |
DurabilityQosPolicy Class |
Namespace: OpenDDSharp.DDS
The DurabilityQosPolicy type exposes the following members.
Name | Description | |
---|---|---|
![]() | Kind |
Gets or sets the DurabilityQosPolicyKind assigned to the related Entity |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.