Delen via


Chain.Do<T> Methode

Definitie

Voer een neveneffect uit nadat een IDialog<TResult> is voltooid.

public static Microsoft.Bot.Builder.Dialogs.IDialog<T> Do<T> (this Microsoft.Bot.Builder.Dialogs.IDialog<T> antecedent, Func<Microsoft.Bot.Builder.Dialogs.IBotContext,Microsoft.Bot.Builder.Dialogs.IAwaitable<T>,System.Threading.Tasks.Task> callback);
static member Do : Microsoft.Bot.Builder.Dialogs.IDialog<'T> * Func<Microsoft.Bot.Builder.Dialogs.IBotContext, Microsoft.Bot.Builder.Dialogs.IAwaitable<'T>, System.Threading.Tasks.Task> -> Microsoft.Bot.Builder.Dialogs.IDialog<'T>
<Extension()>
Public Function Do(Of T) (antecedent As IDialog(Of T), callback As Func(Of IBotContext, IAwaitable(Of T), Task)) As IDialog(Of T)

Type parameters

T

Het type dialoogvenster.

Parameters

antecedent
IDialog<T>

De antecedente IDialog<TResult>.

callback
Func<IBotContext,IAwaitable<T>,Task>

De callback-methode.

Retouren

IDialog<T>

Het antecedente dialoogvenster.

Van toepassing op