Skip to content

IUndeleteBehaviorAsync.OnAfterUndeleteAsync method

Called after row is undeleted in database

public Task OnAfterUndeleteAsync(IUndeleteRequestHandler handler, 
    CancellationToken cancellationToken = default)
parameter description
handler Calling undelete request handler
cancellationToken Cancellation token

See Also