RTI Connext C# API  6.1.0
AllocationSettingsBuilder Class Reference

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

Public Member Functions

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

Properties

int InitialCount [get, set]
 Gets the value of InitialCount More...
 
int MaxCount [get, set]
 Gets the value of MaxCount More...
 
int IncrementalCount [get, set]
 Gets the value of IncrementalCount More...
 

Detailed Description

A modifiable type used to create an immutable AllocationSettings

Constructor & Destructor Documentation

◆ AllocationSettingsBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

AllocationSettings Build ( )

Creates a new AllocationSettings immutable object from this one.

Property Documentation

◆ IncrementalCount

int IncrementalCount
getset

Gets the value of IncrementalCount

The full documentation is available in the C API: DDS_AllocationSettings_t::incremental_count

◆ InitialCount

int InitialCount
getset

Gets the value of InitialCount

The full documentation is available in the C API: DDS_AllocationSettings_t::initial_count

◆ MaxCount

int MaxCount
getset

Gets the value of MaxCount

The full documentation is available in the C API: DDS_AllocationSettings_t::max_count