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

Rti.Dds.Core.Policy.AllocationSettingsBuilder.AllocationSettingsBuilder ( AllocationSettings  data)
inline

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

AllocationSettings Rti.Dds.Core.Policy.AllocationSettingsBuilder.Build ( )

Creates a new AllocationSettings immutable object from this one.

Property Documentation

◆ InitialCount

int Rti.Dds.Core.Policy.AllocationSettingsBuilder.InitialCount
getset

Gets the value of InitialCount

The full documentation is available in the C API: DDS_AllocationSettings_t_initial_count

◆ MaxCount

int Rti.Dds.Core.Policy.AllocationSettingsBuilder.MaxCount
getset

Gets the value of MaxCount

The full documentation is available in the C API: DDS_AllocationSettings_t_max_count

◆ IncrementalCount

int Rti.Dds.Core.Policy.AllocationSettingsBuilder.IncrementalCount
getset

Gets the value of IncrementalCount

The full documentation is available in the C API: DDS_AllocationSettings_t_incremental_count