Share via


SwitchBuilder.WithDefault(IEnumerable<ExecutorBinding>) Method

Definition

Adds one or more executors to be used as the default case when no other predicates match.

public Microsoft.Agents.AI.Workflows.SwitchBuilder WithDefault(System.Collections.Generic.IEnumerable<Microsoft.Agents.AI.Workflows.ExecutorBinding> executors);
member this.WithDefault : seq<Microsoft.Agents.AI.Workflows.ExecutorBinding> -> Microsoft.Agents.AI.Workflows.SwitchBuilder
Public Function WithDefault (executors As IEnumerable(Of ExecutorBinding)) As SwitchBuilder

Parameters

Returns

Applies to