[This is preliminary documentation and is subject to change.]
Gets the maximum count of segments tha this pile can have.
The property is not thread-safe for set and can only be set if pile is inactive.
The value of zero means no limit
Namespace: NFX.ApplicationModel.PileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public int MaxSegmentLimit { get; set; }[ConfigAttribute]
public int MaxSegmentLimit { get; set; }<ConfigAttribute>
Public Property MaxSegmentLimit As Integer
Get
Set
<ConfigAttribute>
Public Property MaxSegmentLimit As Integer
Get
Set
public:
[ConfigAttribute]
virtual property int MaxSegmentLimit {
int get () sealed;
void set (int value) sealed;
}public:
[ConfigAttribute]
virtual property int MaxSegmentLimit {
int get () sealed;
void set (int value) sealed;
}[<ConfigAttribute>]
abstract MaxSegmentLimit : int with get, set
[<ConfigAttribute>]
override MaxSegmentLimit : int with get, set
[<ConfigAttribute>]
abstract MaxSegmentLimit : int with get, set
[<ConfigAttribute>]
override MaxSegmentLimit : int with get, set
Property Value
Type:
Int32Implements
IPileImplementation MaxSegmentLimit