Skip to content

DeleteRequestHandlerAsync<TRow,TDeleteRequest,TDeleteResponse>.OnAfterDeleteAsync method

Method that is executed after the actual SQL delete operation

protected virtual Task OnAfterDeleteAsync(CancellationToken cancellationToken = default)

See Also