Skip to content

UndeleteRequestHandlerAsync<TRow,TUndeleteRequest,TUndeleteResponse>.InvokeUndeleteActionAsync method

Invokes the passed undelete action method

protected virtual Task InvokeUndeleteActionAsync(Func<Task> action, 
    CancellationToken cancellationToken = default)
parameter description
action Undelete action method
cancellationToken Cancellation token

See Also