StoppedOnMaximumDurationExceptionCumulativeResults Property |
Gets the results of the entire propagation, if available, up to and including the
SegmentPropagator
that stopped propagation.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SegmentListResults CumulativeResults { get; }
Public ReadOnly Property CumulativeResults As SegmentListResults
Get
public:
property SegmentListResults^ CumulativeResults {
SegmentListResults^ get ();
}
member CumulativeResults : SegmentListResults with get
Property Value
Type:
SegmentListResultsSee Also