|
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
Syntaxpublic ReturnCode SetDefaultDomainParticipantQos(
DomainParticipantQos qos
)
Public Function SetDefaultDomainParticipantQos (
qos As DomainParticipantQos
) As ReturnCode
public:
ReturnCode SetDefaultDomainParticipantQos(
DomainParticipantQos^ qos
)
member SetDefaultDomainParticipantQos :
qos : DomainParticipantQos -> ReturnCode
Parameters
- qos
- Type: OpenDDSharp.DDSDomainParticipantQos
The default DomainParticipantQos to be set.
Return Value
Type:
ReturnCodeThe
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