CompactionTriggers.Any(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 when any of the specified triggers fire.
public static Microsoft.Agents.AI.Compaction.CompactionTrigger Any(params Microsoft.Agents.AI.Compaction.CompactionTrigger[] triggers);
static member Any : Microsoft.Agents.AI.Compaction.CompactionTrigger[] -> Microsoft.Agents.AI.Compaction.CompactionTrigger
Public Shared Function Any (ParamArray triggers As CompactionTrigger()) As CompactionTrigger
Parameters
- triggers
- CompactionTrigger[]
The triggers to combine with logical OR.
Returns
A CompactionTrigger that requires at least one condition to be met.