CompactionTriggers.Any(CompactionTrigger[]) Method

Definition

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.

Applies to