Delen via


Chain.PostEvent<T,E>(IDialog<T>, E) Methode

Definitie

Wanneer de antecedent IDialog<TResult> is voltooid, plaatst u het item in de gebeurteniswachtrij.

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

Type parameters

T

Het type van het antecedente dialoogvenster.

E

Het type gebeurtenis.

Parameters

antecedent
IDialog<T>

De antecedente IDialog<TResult>.

event
E

De gebeurtenis.

Retouren

IDialog<T>

Het resultaat van de antecedent IDialog<TResult>.

Van toepassing op