Udostępnij przez


RequestManager Konstruktory

Definicja

Przeciążenia

RequestManager()

Inicjuje nowe wystąpienie klasy RequestManager.

RequestManager(ConcurrentDictionary<Guid,TaskCompletionSource<ReceiveResponse>>)

Inicjuje nowe wystąpienie klasy RequestManager.

RequestManager()

Źródło:
RequestManager.cs

Inicjuje nowe wystąpienie klasy RequestManager.

public RequestManager();
Public Sub New ()

Dotyczy

RequestManager(ConcurrentDictionary<Guid,TaskCompletionSource<ReceiveResponse>>)

Źródło:
RequestManager.cs

Inicjuje nowe wystąpienie klasy 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)))

Parametry

responseTasks
ConcurrentDictionary<Guid,TaskCompletionSource<ReceiveResponse>>

Zestaw zadań do zarządzania.

Dotyczy