CompactionTriggers.All(CompactionTrigger[]) Method
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.
Creates a compound trigger that fires only when all of the specified triggers fire.
public static Microsoft.Agents.AI.Compaction.CompactionTrigger All(params Microsoft.Agents.AI.Compaction.CompactionTrigger[] triggers);
static member All : Microsoft.Agents.AI.Compaction.CompactionTrigger[] -> Microsoft.Agents.AI.Compaction.CompactionTrigger
Public Shared Function All (ParamArray triggers As CompactionTrigger()) As CompactionTrigger
Parameters
- triggers
- CompactionTrigger[]
The triggers to combine with logical AND.
Returns
A CompactionTrigger that requires all conditions to be met.