Click or drag to resize

ReliabilityQosPolicy Class

This policy indicates the level of reliability requested by a DataReader or offered by a DataWriter.
Inheritance Hierarchy
SystemObject
  OpenDDSharp.DDSReliabilityQosPolicy

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

The ReliabilityQosPolicy type exposes the following members.

Properties
  NameDescription
Public propertyKind
Gets or sets the reliability kind applied to the Entity
Public propertyMaxBlockingTime
Gets or sets the maximum blocking time when the history QoS policy is set to "keep all" and the writer is unable to proceed because of resource limits.
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
This policy is considered during the creation of associations between data writers and data readers. The value of both sides of the association must be compatible in order for an association to be created. 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 Reliability kind are considered ordered such that BestEffort < Reliable.
See Also