CompactionTriggers.GroupsExceed(Int32) Method

Definition

Creates a trigger that fires when the included group count exceeds the specified maximum.

public static Microsoft.Agents.AI.Compaction.CompactionTrigger GroupsExceed(int maxGroups);
static member GroupsExceed : int -> Microsoft.Agents.AI.Compaction.CompactionTrigger
Public Shared Function GroupsExceed (maxGroups As Integer) As CompactionTrigger

Parameters

maxGroups
Int32

The group threshold.

Returns

A CompactionTrigger that evaluates included group count.

Applies to