Click or drag to resize

TargetedSegmentListOperatorResults Constructor (TargetedSegmentListOperator, Boolean, TargetedSegmentListConfiguration)

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 TargetedSegmentListOperatorResults(
	TargetedSegmentListOperator identifier,
	bool completedSuccessfully,
	TargetedSegmentListConfiguration parentConfiguration
)

Parameters

identifier
Type: AGI.Foundation.SegmentPropagationTargetedSegmentListOperator
The identifier of the operator that produced these results.
completedSuccessfully
Type: SystemBoolean
A boolean indicating if the operator completed successfully. This is not the same thing as if the operator converged.
parentConfiguration
Type: AGI.Foundation.SegmentPropagationTargetedSegmentListConfiguration
The SegmentConfiguration of the TargetedSegmentList that these results are a part of.
See Also