Click or drag to resize

WriterDataLifecycleQosPolicy Class

This policy controls the behavior of the DataWriter with regards to the lifecycle of the data-instances it manages, that is, the data-instances that have been either explicitly registered with the DataWriter using the register operations or implicitly by directly writing the data.
Inheritance Hierarchy
SystemObject
  OpenDDSharp.DDSWriterDataLifecycleQosPolicy

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

The WriterDataLifecycleQosPolicy type exposes the following members.

Properties
  NameDescription
Public propertyAutodisposeUnregisteredInstances
Controls the behavior when the DataWriter unregisters an instance by means of the unregister operations. If the value of this property is equals , causes the DataWriter to dispose the instance each time it is unregistered. The behavior is identical to explicitly calling one of the dispose operations on the instance prior to calling the unregister operation. Otherwise, if the value of this property is equals , will not cause this automatic disposition upon unregistering. The application can still call one of the dispose operations prior to unregistering the instance and accomplish the same effect.
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