TriggerSelector Class
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.
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. |