IPileImplementation MaxSegmentLimit Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Gets the maximum count of segments that 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.Pile
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

int MaxSegmentLimit { get; set; }

Property Value

Type: OnlineInt32
See Also