InMemoryCallbackDispatcher class
In-memory dispatcher for enqueuing callback requests.
public sealed class InMemoryCallbackDispatcher : ICallbackDispatcher
| parameter | description |
|---|---|
| queue | The in-memory callback queue to use for dispatching callbacks. |
Public Members
| name | description |
|---|---|
| InMemoryCallbackDispatcher(…) | In-memory dispatcher for enqueuing callback requests. |
| EnqueueAsync(…) | Enqueue a callback request for processing. |
Remarks
Initializes a new instance of the InMemoryCallbackDispatcher class.
See Also
- interface ICallbackDispatcher
- namespace Kestrun.Callback
- InMemoryCallbackDispatcher.cs