PipelineCompactionStrategy(IEnumerable<CompactionStrategy>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PipelineCompactionStrategy class.
public PipelineCompactionStrategy(System.Collections.Generic.IEnumerable<Microsoft.Agents.AI.Compaction.CompactionStrategy> strategies);
new Microsoft.Agents.AI.Compaction.PipelineCompactionStrategy : seq<Microsoft.Agents.AI.Compaction.CompactionStrategy> -> Microsoft.Agents.AI.Compaction.PipelineCompactionStrategy
Public Sub New (strategies As IEnumerable(Of CompactionStrategy))
Parameters
- strategies
- IEnumerable<CompactionStrategy>
The ordered sequence of strategies to execute.