Click or drag to resize

UpdateSegmentConfigurationItem Property (StateUpdaterDefinition)

Gets the updater with the specified definition. This will throw if there is no updater with that definition.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public StateUpdaterEvaluator this[
	StateUpdaterDefinition definition
] { get; }

Parameters

definition
Type: AGI.Foundation.SegmentPropagationStateUpdaterDefinition
The definition of the desired updater.

Return Value

Type: StateUpdaterEvaluator
The updater logged with this configuration with the specified definition.
See Also