Click or drag to resize

WriterDataLifecycleQosPolicy Properties

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
See Also