RTI Connext C# API  7.0.0
EndpointGroupBuilder Class Reference

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

Public Member Functions

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

Properties

string RoleName [get, set]
 Defines the role name of the endpoint group. More...
 
int QuorumCount [get, set]
 Defines the minimum number of members that satisfies the endpoint group. More...
 

Detailed Description

A modifiable type used to create an immutable EndpointGroup

Constructor & Destructor Documentation

◆ EndpointGroupBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

EndpointGroup Build ( )

Creates a new EndpointGroup immutable object from this one.

Property Documentation

◆ QuorumCount

int QuorumCount
getset

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

The full documentation is available in the C API: DDS_EndpointGroup_t::quorum_count

◆ RoleName

string RoleName
getset

Defines the role name of the endpoint group.

The full documentation is available in the C API: DDS_EndpointGroup_t::role_name