RTI Connext .NET API (legacy)  Version 6.1.1

Specifies a group of endpoints that can be collectively identified by a name and satisfied by a quorum. More...

#include <managed_infrastructure.h>

Public Attributes

System::String ^ role_name
 Defines the role name of the endpoint group. More...
 
System::Int32 quorum_count
 Defines the minimum number of members that satisfies the endpoint group. More...
 

Detailed Description

Specifies a group of endpoints that can be collectively identified by a name and satisfied by a quorum.

Member Data Documentation

◆ role_name

System::String ^ DDS::EndpointGroup_t::role_name

Defines the role name of the endpoint group.

If used in the DDS::AvailabilityQosPolicy on a DDS::DataWriter, it specifies the name that identifies a Durable Subcription.

◆ quorum_count

System::Int32 DDS::EndpointGroup_t::quorum_count

Defines the minimum number of members that satisfies the endpoint group.

If used in the DDS::AvailabilityQosPolicy on a DDS::DataWriter, it specifies the number of DataReaders that must acknowledge a sample before the sample is considered to be acknowledged by the Durable Subscription.