次の方法で共有


Chain.Loop<T>(IDialog<T>) メソッド

定義

を永遠にループします 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)

型パラメーター

T

パラメーター

antecedent
IDialog<T>

継続する IDialog<TResult>

戻り値

IDialog<T>

ループ ダイアログ。

適用対象