Sdílet prostřednictvím


Chain.Loop<T>(IDialog<T>) Metoda

Definice

Smyčka navždy IDialog<TResult> .

public static Microsoft.Bot.Builder.Dialogs.IDialog<T> Loop<T>(this Microsoft.Bot.Builder.Dialogs.IDialog<T> antecedent);
static member Loop : Microsoft.Bot.Builder.Dialogs.IDialog<'T> -> Microsoft.Bot.Builder.Dialogs.IDialog<'T>
<Extension()>
Public Function Loop(Of T) (antecedent As IDialog(Of T)) As IDialog(Of T)

Parametry typu

T

Parametry

antecedent
IDialog<T>

Antecedent IDialog<TResult>.

Návraty

IDialog<T>

Dialogové okno smyčky

Platí pro