Click or drag to resize

UpdateSegmentConfigurationItem Property (String)

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

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[
	string updaterName
] { get; }

Parameters

updaterName
Type: SystemString
The name of the desired updater.

Return Value

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