RTI Connext C# API  7.1.0
MonitoringDedicatedParticipantSettingsBuilder Class Reference

A modifiable type used to create an immutable MonitoringDedicatedParticipantSettings. More...

Public Member Functions

 MonitoringDedicatedParticipantSettingsBuilder (MonitoringDedicatedParticipantSettings data)
 Creates a builder with the values of an existing immutable instance More...
 
MonitoringDedicatedParticipantSettings Build ()
 Creates a immutable object (MonitoringDedicatedParticipantSettings) from this one More...
 

Properties

bool Enable [get, set]
 Enables the usage of a dedicated Participant to distribute the Connext application telemetry data More...
 
int DomainId [get, set]
 The domain ID used in the creation of the RTI Observability Library Participant More...
 
string ParticipantQosProfileName [get, set]
 The fully qualified name of the profile used to configure the Participant that will be used to distribute telemetry data More...
 

Detailed Description

A modifiable type used to create an immutable MonitoringDedicatedParticipantSettings.

Constructor & Destructor Documentation

◆ MonitoringDedicatedParticipantSettingsBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

Creates a immutable object (MonitoringDedicatedParticipantSettings) from this one

Property Documentation

◆ DomainId

int DomainId
getset

The domain ID used in the creation of the RTI Observability Library Participant

The full documentation is available in the C API: DDS_MonitoringDedicatedParticipantSettings::domain_id

◆ Enable

bool Enable
getset

Enables the usage of a dedicated Participant to distribute the Connext application telemetry data

The full documentation is available in the C API: DDS_MonitoringDedicatedParticipantSettings::enable

◆ ParticipantQosProfileName

string ParticipantQosProfileName
getset

The fully qualified name of the profile used to configure the Participant that will be used to distribute telemetry data

The full documentation is available in the C API: DDS_MonitoringDedicatedParticipantSettings::participant_qos_profile_name