Subsystem.NALMSpacesPoolExpandable Property

This property accesses the configuration parameter that specifies whether the local pool within the Network Abstraction Layer (NAL) MSpaces is expandable. If true, the local pool within the NAL MSpace will expand by the amount specified by NALMSpacesPoolExpandSize when depleted.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public bool NALMSpacesPoolExpandable { get; set; }

Property Value

Type: Boolean

Implements

IConfigSubsystem.NALMSpacesPoolExpandable
See Also