RequestManager Class

Definition

Manages the tasks involved in processing and responding to incoming StreamingRequests.

public class RequestManager
type RequestManager = class
Public Class RequestManager
Inheritance
RequestManager

Constructors

RequestManager()

Initializes a new instance of the RequestManager class.

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

Initializes a new instance of the RequestManager class.

Methods

GetResponseAsync(Guid, CancellationToken)
SignalResponseAsync(Guid, ReceiveResponse)

Applies to