TodoCompletionLoopEvaluatorOptions.Modes Property
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.
Gets or sets the set of mode names for which the evaluator drives re-invocation, or null to
apply in every mode.
public System.Collections.Generic.IEnumerable<string>? Modes { get; set; }
member this.Modes : seq<string> with get, set
Public Property Modes As IEnumerable(Of String)
Property Value
Remarks
When null, the evaluator applies in every mode and no AgentModeProvider is required. When non-null it must contain at least one non-empty mode name; mode names are matched ordinally and an AgentModeProvider must be resolvable from the agent at evaluation time.