Click or drag to resize

OwnershipQosPolicy Class

This policy controls whether DDS allows multiple DataWriter objects to update the same instance (identified by Topic + key) of a data-object.
Inheritance Hierarchy
SystemObject
  OpenDDSharp.DDSOwnershipQosPolicy

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

The OwnershipQosPolicy type exposes the following members.

Properties
  NameDescription
Public propertyKind
Gets or sets the ownership kind applied to the 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
See Also