Click or drag to resize

DomainParticipantFactorySetQos Method

Sets the value of the DomainParticipantFactory QoS policies.

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

Parameters

qos
Type: OpenDDSharp.DDSDomainParticipantFactoryQos
The default DomainParticipantFactoryQos 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