InMemoryCallbackDispatchWorker constructor

In-memory implementation of ICallbackDispatcher. Enqueues callback requests into an in-memory queue for processing.

public InMemoryCallbackDispatchWorker(InMemoryCallbackQueue queue, 
    IHttpClientFactory httpClientFactory, ILogger log)
parameter description
queue The in-memory callback queue.
httpClientFactory The HTTP client factory.
log The logger instance.

Remarks

Initializes a new instance of the InMemoryCallbackDispatchWorker class.

See Also