Click or drag to resize

StoppedOnMaximumDurationException Constructor (SegmentListResults, SegmentDefinition, PropagateSegmentResults)

Initializes a new instance.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public StoppedOnMaximumDurationException(
	SegmentListResults cumulativeResults,
	SegmentDefinition segmentIdentifier,
	PropagateSegmentResults resultsOfStoppedSegment
)

Parameters

cumulativeResults
Type: AGI.Foundation.SegmentPropagationSegmentListResults
The results of the entire propagation up to and including the SegmentPropagator that stopped propagation.
segmentIdentifier
Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The SegmentDefinition of the SegmentPropagator that stopped on a maximum Duration.
resultsOfStoppedSegment
Type: AGI.Foundation.SegmentPropagationPropagateSegmentResults
The SegmentResults of the SegmentPropagator that stopped propagation.
See Also