TestAdapter.ActiveQueue 属性

定义

获取机器人的响应队列。

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)

属性值

机器人的响应队列。

适用于