Click or drag to resize

PublisherEndCoherentChanges Method

Terminates the 'coherent set' initiated by the matching call to BeginCoherentChanges. If there is no matching call to BeginCoherentChanges, the operation will return the error PreconditionNotMet.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public ReturnCode EndCoherentChanges()

Return Value

Type: ReturnCode
The ReturnCode that indicates the operation result.
See Also