共用方式為


TestAdapter.ActiveQueue 屬性

定義

取得來自 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)

屬性值

來自 Bot 的回應佇列。

適用於