Share via


TriggerSelector Class

Definition

Select the trigger to execute in a given state.

public abstract class TriggerSelector
type TriggerSelector = class
Public MustInherit Class TriggerSelector
Inheritance
TriggerSelector
Derived

Constructors

TriggerSelector()

Methods

Initialize(IEnumerable<OnCondition>, Boolean)

Initialize the selector with the set of rules.

SelectAsync(ActionContext, CancellationToken)

Select the best rule to execute.

Applies to