Click or drag to resize

PublisherResumePublications Method

This operation indicates to DDS that the application has completed the multiple changes initiated by the previous SuspendPublications.

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

Return Value

Type: ReturnCode
The ReturnCode that indicates the operation result.
Remarks
The call to ResumePublications must match a previous call to SuspendPublications. Otherwise the operation will return the error PreconditionNotMet.
See Also