RTI Connext C# API Version 7.2.0
Rti.Dds.Core.Policy.SystemResourceLimitsBuilder Class Reference

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

Public Member Functions

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

Properties

int MaxObjectsPerThread [get, set]
 Gets or sets the value of MaxObjectsPerThread More...
 
int InitialObjectsPerThread [get, set]
 Gets or sets the value of InitialObjectsPerThread More...
 

Detailed Description

A modifiable type used to create an immutable SystemResourceLimits

Constructor & Destructor Documentation

◆ SystemResourceLimitsBuilder()

Rti.Dds.Core.Policy.SystemResourceLimitsBuilder.SystemResourceLimitsBuilder ( SystemResourceLimits  data)
inline

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

SystemResourceLimits Rti.Dds.Core.Policy.SystemResourceLimitsBuilder.Build ( )

Creates a immutable object (SystemResourceLimits) from this one.

Property Documentation

◆ MaxObjectsPerThread

int Rti.Dds.Core.Policy.SystemResourceLimitsBuilder.MaxObjectsPerThread
getset

Gets or sets the value of MaxObjectsPerThread

The full documentation is available in the C API: DDS_SystemResourceLimitsQosPolicy_max_objects_per_thread

◆ InitialObjectsPerThread

int Rti.Dds.Core.Policy.SystemResourceLimitsBuilder.InitialObjectsPerThread
getset

Gets or sets the value of InitialObjectsPerThread

The full documentation is available in the C API: DDS_SystemResourceLimitsQosPolicy_initial_objects_per_thread