Compartilhar via


TestAdapter.ActiveQueue Propriedade

Definição

Obtém a fila de respostas do 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)

Valor da propriedade

A fila de respostas do bot.

Aplica-se a