RTI Connext C# API Version 7.2.0
Rti.Dds.Core.Policy.MonitoringBuilder Class Reference

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

Public Member Functions

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

Properties

bool Enable [get, set]
 Enables the collection and distribution of telemetry data for a Connext application using RTI Monitoring Library 2.0 More...
 
string ApplicationName [get, set]
 The name of the resource that represents this Connext application More...
 
MonitoringDistributionSettingsBuilder DistributionSettings [get, set]
 Configures the distribution of telemetry data More...
 
MonitoringTelemetryDataBuilder TelemetryData [get, set]
 Configures the telemetry data that will be distributed. More...
 

Detailed Description

A modifiable type used to create an immutable Monitoring

Constructor & Destructor Documentation

◆ MonitoringBuilder()

Rti.Dds.Core.Policy.MonitoringBuilder.MonitoringBuilder ( Monitoring  data)
inline

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

Monitoring Rti.Dds.Core.Policy.MonitoringBuilder.Build ( )

Creates a immutable object (Monitoring) from this one

Property Documentation

◆ Enable

bool Rti.Dds.Core.Policy.MonitoringBuilder.Enable
getset

Enables the collection and distribution of telemetry data for a Connext application using RTI Monitoring Library 2.0

The full documentation is available in the C API: DDS_MonitoringQosPolicy_enable

◆ ApplicationName

string Rti.Dds.Core.Policy.MonitoringBuilder.ApplicationName
getset

The name of the resource that represents this Connext application

The full documentation is available in the C API: DDS_MonitoringQosPolicy_application_name

◆ DistributionSettings

MonitoringDistributionSettingsBuilder Rti.Dds.Core.Policy.MonitoringBuilder.DistributionSettings
getset

Configures the distribution of telemetry data

The full documentation is available in the C API: DDS_MonitoringQosPolicy_distribution_settings

◆ TelemetryData

MonitoringTelemetryDataBuilder Rti.Dds.Core.Policy.MonitoringBuilder.TelemetryData
getset

Configures the telemetry data that will be distributed.

The full documentation is available in the C API: DDS_MonitoringQosPolicy_telemetry_data