TestAdapter.ActiveQueue Property

Definition

Gets the queue of responses from the bot.

public System.Collections.Generic.Queue<Microsoft.Bot.Schema.Activity> ActiveQueue { get; }
member this.ActiveQueue : System.Collections.Generic.Queue<Microsoft.Bot.Schema.Activity>
Public ReadOnly Property ActiveQueue As Queue(Of Activity)

Property Value

The queue of responses from the bot.

Applies to