RTI Connext C# API  6.1.2
TransportSelectionBuilder Class Reference

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

Public Member Functions

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

Properties

ImmutableList< string >.Builder EnabledTransports [get, set]
 A sequence of transport aliases that specifies the transport instances available for use by the entity. More...
 

Detailed Description

A modifiable type used to create an immutable TransportSelection

Constructor & Destructor Documentation

◆ TransportSelectionBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

TransportSelection Build ( )

Creates a new TransportSelection immutable object from this one.

Property Documentation

◆ EnabledTransports

ImmutableList<string>.Builder EnabledTransports
getset

A sequence of transport aliases that specifies the transport instances available for use by the entity.

The full documentation is available in the C API: DDS_TransportSelectionQosPolicy::enabled_transports