PropagateSegmentConfiguration Constructor (StoppablePropagator, DictionarySegmentDefinition, SegmentConfiguration) |
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 PropagateSegmentConfiguration(
StoppablePropagator propagator,
Dictionary<SegmentDefinition, SegmentConfiguration> autoSegmentConfigurations
)
Public Sub New (
propagator As StoppablePropagator,
autoSegmentConfigurations As Dictionary(Of SegmentDefinition, SegmentConfiguration)
)
public:
PropagateSegmentConfiguration(
StoppablePropagator^ propagator,
Dictionary<SegmentDefinition^, SegmentConfiguration^>^ autoSegmentConfigurations
)
new :
propagator : StoppablePropagator *
autoSegmentConfigurations : Dictionary<SegmentDefinition, SegmentConfiguration> -> PropagateSegmentConfiguration
Parameters
- propagator
- Type: AGI.Foundation.PropagatorsStoppablePropagator
The StoppablePropagator that will be used to propagate
the SegmentPropagator that corresponds with this configuration. - autoSegmentConfigurations
- Type: System.Collections.GenericDictionarySegmentDefinition, SegmentConfiguration
The configurations for all auto sequences.
See Also