Click or drag to resize

PropagateSegmentStoppablePropagator Property

Gets or sets the StoppablePropagatorDefinition that will be propagated by this segment. Note that the adapters on the StoppablePropagatorDefinition will be automatically set by this segment. Segments that derived from PropagateSegment may set this, but it is often easier to expose the relevant properties on this than to expose it directly.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public StoppablePropagatorDefinition StoppablePropagator { get; protected set; }

Property Value

Type: StoppablePropagatorDefinition
See Also