RTI Connext C# API Version 7.2.0
Rti.Dds.Core.Policy.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()

Rti.Dds.Core.Policy.EndpointGroupBuilder.EndpointGroupBuilder ( EndpointGroup  data)
inline

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

EndpointGroup Rti.Dds.Core.Policy.EndpointGroupBuilder.Build ( )

Creates a new EndpointGroup immutable object from this one.

Property Documentation

◆ RoleName

string Rti.Dds.Core.Policy.EndpointGroupBuilder.RoleName
getset

Defines the role name of the endpoint group.

The full documentation is available in the C API: DDS_EndpointGroup_t_role_name

◆ QuorumCount

int Rti.Dds.Core.Policy.EndpointGroupBuilder.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