Click or drag to resize

SegmentListConfigurationGetSegmentsConfiguration Method (String)

Gets the segment configuration for the segment with the segmentName, or if there is no configuration in this for such a SegmentPropagator.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SegmentConfiguration GetSegmentsConfiguration(
	string segmentName
)

Parameters

segmentName
Type: SystemString
The name of the segment whose configuration is desired.

Return Value

Type: SegmentConfiguration
The configuration of the SegmentPropagator with the segmentName.
See Also