Field<T>.SetNext(NextDelegate<T>) Method

Definition

Delegate for deciding on the next form step to execute.

public Microsoft.Bot.Builder.FormFlow.Advanced.Field<T> SetNext (Microsoft.Bot.Builder.FormFlow.Advanced.NextDelegate<T> next);
member this.SetNext : Microsoft.Bot.Builder.FormFlow.Advanced.NextDelegate<'T (requires 'T : null)> -> Microsoft.Bot.Builder.FormFlow.Advanced.Field<'T (requires 'T : null)>
Public Function SetNext (next As NextDelegate(Of T)) As Field(Of T)

Parameters

Returns

A Field<T>.

Applies to