Click or drag to resize

DomainParticipantSetDefaultPublisherQos Method

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

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

Parameters

qos
Type: OpenDDSharp.DDSPublisherQos
The default PublisherQos 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