Skip to content

UndeleteRequestHandlerAsync<TRow,TUndeleteRequest,TUndeleteResponse>.InvokeUndeleteActionAsync method

namespace: Serenity.Services   assemblySerenity.Net.Services

Invokes the passed undelete action method

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

See Also