Click or drag to resize

UpdateSegmentConfiguration Constructor (IListStateUpdaterEvaluator)

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 UpdateSegmentConfiguration(
	IList<StateUpdaterEvaluator> updaters
)

Parameters

updaters
Type: System.Collections.GenericIListStateUpdaterEvaluator
The updaters that will update the propagated state.
See Also