Condividi tramite


NextDelegate<T> Delegato

Definizione

Delegato per decidere il passaggio successivo nel modulo da eseguire.

public delegate Microsoft.Bot.Builder.FormFlow.Advanced.NextStep NextDelegate<T>(object value, T state) where T : class;
type NextDelegate<'T (requires 'T : null)> = delegate of obj * 'T -> NextStep
Public Delegate Function NextDelegate(Of T)(value As Object, state As T) As NextStep 

Parametri di tipo

T

Tipo di stato del modulo.

Parametri

value
Object

Valore appena immesso per il campo.

state
T

Oggetto stato corrente.

Valore restituito

Si applica a