EntityAssignments.Dequeue(ActionContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Remove the current event and update the memory.
public Microsoft.Bot.Builder.Dialogs.Adaptive.EntityAssignment Dequeue (Microsoft.Bot.Builder.Dialogs.Adaptive.ActionContext actionContext);
member this.Dequeue : Microsoft.Bot.Builder.Dialogs.Adaptive.ActionContext -> Microsoft.Bot.Builder.Dialogs.Adaptive.EntityAssignment
Public Function Dequeue (actionContext As ActionContext) As EntityAssignment
Parameters
- actionContext
- ActionContext
Context to use.
Returns
Removed event.