CompactionTriggers.All(CompactionTrigger[]) Method

Definition

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.

Applies to