ICallbackStore.DequeueDueAsync method
Dequeues due callback requests up to the specified maximum.
public Task<IReadOnlyList<CallbackRequest>> DequeueDueAsync(int max, CancellationToken ct)
| parameter | description |
|---|---|
| max | The maximum number of callback requests to dequeue |
| ct | The cancellation token. |
Return Value
A task that represents the asynchronous operation.
See Also
- class CallbackRequest
- interface ICallbackStore
- namespace Kestrun.Callback