TargetedSegmentListOperatorResults Constructor (TargetedSegmentListOperator, Boolean, TargetedSegmentListConfiguration) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TargetedSegmentListOperatorResults(
	TargetedSegmentListOperator identifier,
	bool completedSuccessfully,
	TargetedSegmentListConfiguration parentConfiguration
)
Public Sub New ( 
	identifier As TargetedSegmentListOperator,
	completedSuccessfully As Boolean,
	parentConfiguration As TargetedSegmentListConfiguration
)
public:
TargetedSegmentListOperatorResults(
	TargetedSegmentListOperator^ identifier, 
	bool completedSuccessfully, 
	TargetedSegmentListConfiguration^ parentConfiguration
)
new : 
        identifier : TargetedSegmentListOperator * 
        completedSuccessfully : bool * 
        parentConfiguration : TargetedSegmentListConfiguration -> TargetedSegmentListOperatorResultsParameters
- 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