Click or drag to resize

DomainParticipantSetDefaultTopicQos Method

Sets a default value of the Topic QoS policies which will be used for newly created Topic entities in the case where the QoS policies are defaulted in the CreateTopic operation.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public ReturnCode SetDefaultTopicQos(
	TopicQos qos
)

Parameters

qos
Type: OpenDDSharp.DDSTopicQos
The default TopicQos to be set.

Return Value

Type: ReturnCode
The ReturnCode that indicates the operation result.
Remarks
This operation will check that the resulting policies are self consistent; if they are not, the operation will have no effect and return InconsistentPolicy.
See Also