urn:schemas-cosylab-com:BulkDataNTReceiver:1.0
complexType writerDataLifecycleQosPolicy

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:BulkDataNTReceiver:1.0}writerDataLifecycleQosPolicy (restriction)

Documentation
                This QoS policy determines if the DataWriter will dispose an instance when it is unregistered.
                When a DataWriter unregisters an instance, it means that this particular DataWriter has
                no more information/data on this instance. When an instance is disposed, it means that
                the instance is "dead"-there will no more information/data from any DataWriter on
                this instance.
            
Properties
This component is not nillable.

Model
<...>
(autodispose_unregistered_instances? ; autopurge_unregistered_instances_delay?)
</...>


Nested Element Summary
booleanautodispose_unregistered_instances
          
durationautopurge_unregistered_instances_delay
          
Source
<xs:complexType name="writerDataLifecycleQosPolicy">
<xs:all>
<xs:element default="true" minOccurs="0" name="autodispose_unregistered_instances" type="boolean"/>
<xs:element minOccurs="0" name="autopurge_unregistered_instances_delay" type="duration"/>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.