Click or drag to resize

SwitchableSegmentConfiguration Constructor (SegmentDefinition, SegmentConfiguration, SegmentDefinition, SegmentConfiguration)

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 SwitchableSegmentConfiguration(
	SegmentDefinition primary,
	SegmentConfiguration primaryConfiguration,
	SegmentDefinition alternate,
	SegmentConfiguration alternateConfiguration
)

Parameters

primary
Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The definition of the PrimarySegment.
primaryConfiguration
Type: AGI.Foundation.SegmentPropagationSegmentConfiguration
The SegmentConfiguration for the primary.
alternate
Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The definition of the AlternateSegment.
alternateConfiguration
Type: AGI.Foundation.SegmentPropagationSegmentConfiguration
The SegmentConfiguration for the alternate.
See Also