SegmentPropagator Properties |
The SegmentPropagator type exposes the following members.
Name | Description | |
---|---|---|
Adapters |
Gets a list of the StateElementAdapters that this
segment can use in its propagation.
| |
Identifier |
Gets the definition that created this propagator.
This is to only be used as an identifier.
| |
IsThreadSafe |
Gets a value indicating whether the methods on this instance are safe to call from
multiple threads simultaneously.
| |
Name |
Gets the name of this SegmentPropagator.
| |
OriginalConfiguration |
Gets or sets the original configuration for this segment. This must be set when
the propagator is constructed.
This should be ignored during propagation if a configuration is passed into the
PropagateSegment(SegmentListResults, SegmentConfiguration, ITrackCalculationProgress) method.
| |
PropagationDirection |
Gets the initial direction of propagation.
| |
StateForNextSegmentBehavior |
Gets which state should be passed to the next SegmentPropagator.
|