ICallbackStore.MarkSucceededAsync method
Marks the given callback request as succeeded.
public Task MarkSucceededAsync(CallbackRequest req, CallbackResult res, CancellationToken ct)
| parameter | description |
|---|---|
| req | The callback request to mark as succeeded. |
| 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