TargetedSegmentListOperatorResults Constructor (TargetedSegmentListOperator, Boolean, TargetedSegmentListConfiguration) |
Initializes a new instance.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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 -> TargetedSegmentListOperatorResults
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