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)

プロパティ値

ボットからの返信のキュー。

適用対象