Skip to content

UndeleteRequestHandlerAsync<TRow,TUndeleteRequest,TUndeleteResponse>.OnAfterUndeleteAsync method

namespace: Serenity.Services   assemblySerenity.Net.Services

Method that is executed after the actual SQL undelete operation

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

See Also