|
ReliabilityQosPolicy Class
|
This policy indicates the level of reliability requested by a
DataReader or offered by a
DataWriter.
Inheritance Hierarchy
Namespace:
OpenDDSharp.DDS
Assembly:
OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntaxpublic class ReliabilityQosPolicy
Public Class ReliabilityQosPolicy
public ref class ReliabilityQosPolicy
type ReliabilityQosPolicy = class end
The ReliabilityQosPolicy type exposes the following members.
Properties
| Name | Description |
---|
 | Kind |
Gets or sets the reliability kind applied to the Entity |
 | MaxBlockingTime |
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
| 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.) |
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