ReturnSegmentConfiguration Constructor (ReturnSegmentBehavior) |
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 ReturnSegmentConfiguration(
ReturnSegmentBehavior behavior
)
Public Sub New (
behavior As ReturnSegmentBehavior
)
public:
ReturnSegmentConfiguration(
ReturnSegmentBehavior behavior
)
new :
behavior : ReturnSegmentBehavior -> ReturnSegmentConfiguration
Parameters
- behavior
- Type: AGI.Foundation.SegmentPropagationReturnSegmentBehavior
If the ReturnSegment that this is a configuration will
actually return or not.
See Also