Sdílet prostřednictvím


RequestManager Konstruktory

Definice

Přetížení

RequestManager()

Inicializuje novou instanci RequestManager třídy .

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

Inicializuje novou instanci RequestManager třídy .

RequestManager()

Zdroj:
RequestManager.cs

Inicializuje novou instanci RequestManager třídy .

public RequestManager ();
Public Sub New ()

Platí pro

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

Zdroj:
RequestManager.cs

Inicializuje novou instanci RequestManager třídy .

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>>

Sada úkolů, které se mají spravovat.

Platí pro