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

Name Description
RequestManager()

Initializes a new instance of the RequestManager class.

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

Initializes a new instance of the RequestManager class.

Methods

Name Description
GetResponseAsync(Guid, CancellationToken)
RejectAllResponses(Exception)

Rejects all requests pending a response.

SignalResponseAsync(Guid, ReceiveResponse)

Applies to