Share via


IDialogStack.Post<E>(E, ResumeAfter<E>) Method

Definition

Post an internal event to the queue.

public void Post<E> (E event, Microsoft.Bot.Builder.Dialogs.ResumeAfter<E> resume);
abstract member Post : 'E * Microsoft.Bot.Builder.Dialogs.ResumeAfter<'E> -> unit
Public Sub Post(Of E) (event As E, resume As ResumeAfter(Of E))

Type Parameters

E

Parameters

event
E

The event to post to the queue.

resume
ResumeAfter<E>

The method to resume when the event has been delivered.

Applies to