ICallbackStore.MarkRetryScheduledAsync method
Marks the given callback request as retry scheduled.
public Task MarkRetryScheduledAsync(CallbackRequest req, CallbackResult res, CancellationToken ct)
| parameter | description |
|---|---|
| req | The callback request to mark as retry scheduled. |
| res | The result of the callback. |
| ct | The cancellation token. |
Return Value
A task that represents the asynchronous operation.
See Also
- class CallbackRequest
- record CallbackResult
- interface ICallbackStore
- namespace Kestrun.Callback