ICallbackStore.MarkFailedPermanentAsync method

Marks the given callback request as failed permanently.

public Task MarkFailedPermanentAsync(CallbackRequest req, CallbackResult res, CancellationToken ct)
parameter description
req The callback request to mark as failed permanently.
res The result of the callback.
ct The cancellation token.

Return Value

A task that represents the asynchronous operation.

See Also