UpdateSegmentConfiguration Constructor (IListStateUpdaterEvaluator) |
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 UpdateSegmentConfiguration(
IList<StateUpdaterEvaluator> updaters
)
Public Sub New (
updaters As IList(Of StateUpdaterEvaluator)
)
public:
UpdateSegmentConfiguration(
IList<StateUpdaterEvaluator^>^ updaters
)
new :
updaters : IList<StateUpdaterEvaluator> -> UpdateSegmentConfiguration
Parameters
- updaters
- Type: System.Collections.GenericIListStateUpdaterEvaluator
The updaters that will update the propagated state.
See Also