Click or drag to resize

UpdateSegmentConfiguration Constructor (IList<StateUpdaterEvaluator>)

Initializes a new instance.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public UpdateSegmentConfiguration(
	IList<StateUpdaterEvaluator> updaters
)

Parameters

updaters
Type: System.Collections.Generic.IList<StateUpdaterEvaluator>
The updaters that will update the propagated state.
See Also