TargetedSegmentListOperatorEvaluatorApplyResults Method |
For
TargetedSegmentListOperatorEvaluators that have
state, there may be times when that state should be manually set on an operator (sometimes
for performance reasons, when the operator will be called multiple times and it should
start from where it left off). This method will manually set that state, if needed.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual void ApplyResults(
TargetedSegmentListOperatorResults results
)
Public Overridable Sub ApplyResults (
results As TargetedSegmentListOperatorResults
)
public:
virtual void ApplyResults(
TargetedSegmentListOperatorResults^ results
)
abstract ApplyResults :
results : TargetedSegmentListOperatorResults -> unit
override ApplyResults :
results : TargetedSegmentListOperatorResults -> unit
Parameters
- results
- Type: AGI.Foundation.SegmentPropagationTargetedSegmentListOperatorResults
The results to apply.
See Also