Skip to content

UndeleteRequestHandlerAsync<TRow,TUndeleteRequest,TUndeleteResponse>.OnBeforeUndeleteAsync method

namespace: Serenity.Services   assemblySerenity.Net.Services

Method that is executed before the actual SQL undelete operation.

protected virtual Task OnBeforeUndeleteAsync(
    CancellationToken cancellationToken = default(CancellationToken))

See Also