다음을 통해 공유


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)

속성 값

봇의 응답 큐입니다.

적용 대상