Click or drag to resize

PresentationQosPolicyCoherentAccess Property

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 .

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public bool CoherentAccess { get; set; }

Property Value

Type: Boolean
See Also