Compartir a través de


TestAdapter.ActiveQueue Propiedad

Definición

Obtiene la cola de respuestas del 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 de propiedad

Cola de respuestas del bot.

Se aplica a