RequestManager コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RequestManager() |
RequestManager クラスの新しいインスタンスを初期化します。 |
RequestManager(ConcurrentDictionary<Guid,TaskCompletionSource<ReceiveResponse>>) |
RequestManager クラスの新しいインスタンスを初期化します。 |
RequestManager()
RequestManager(ConcurrentDictionary<Guid,TaskCompletionSource<ReceiveResponse>>)
RequestManager クラスの新しいインスタンスを初期化します。
public RequestManager (System.Collections.Concurrent.ConcurrentDictionary<Guid,System.Threading.Tasks.TaskCompletionSource<Microsoft.Bot.Streaming.ReceiveResponse>> responseTasks);
new Microsoft.Bot.Streaming.Payloads.RequestManager : System.Collections.Concurrent.ConcurrentDictionary<Guid, System.Threading.Tasks.TaskCompletionSource<Microsoft.Bot.Streaming.ReceiveResponse>> -> Microsoft.Bot.Streaming.Payloads.RequestManager
Public Sub New (responseTasks As ConcurrentDictionary(Of Guid, TaskCompletionSource(Of ReceiveResponse)))
パラメーター
- responseTasks
- ConcurrentDictionary<Guid,TaskCompletionSource<ReceiveResponse>>
管理するタスクのセット。