Click or drag to resize

PresentationQosPolicy Properties

The PresentationQosPolicy type exposes the following members.

Properties
  NameDescription
Public propertyAccessScope
Specifies how the samples representing changes to data instances are presented to a subscribing application.
Public propertyCoherentAccess
Allow one or more changes to an instance be made available to an associated data reader as a single change. If a data reader does not receive the entire set of coherent changes made by a publisher, then none of the changes are made available. The semantics of coherent changes are similar in nature to those found in transactions provided by many relational databases. By default, CoherentAccess is .
Public propertyOrderedAccess
Controls whether preserve the order of changes. By default, OrderedAccess is .
Top
See Also