Click or drag to resize

DomainParticipantFactorySetDefaultDomainParticipantQos Method

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

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

Parameters

qos
Type: OpenDDSharp.DDSDomainParticipantQos
The default DomainParticipantQos 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