PropagateSegment Constructor (StoppablePropagatorDefinition) |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PropagateSegment(
StoppablePropagatorDefinition stoppablePropagator
)
Public Sub New (
stoppablePropagator As StoppablePropagatorDefinition
)
public:
PropagateSegment(
StoppablePropagatorDefinition^ stoppablePropagator
)
new :
stoppablePropagator : StoppablePropagatorDefinition -> PropagateSegment
Parameters
- stoppablePropagator
- Type: AGI.Foundation.PropagatorsStoppablePropagatorDefinition
The StoppablePropagator that
will be propagated by this segment. Note that this segment will modify properties
on this propagator, such as its adapters.
See Also