UndeleteRequestHandlerAsync<TRow,TUndeleteRequest,TUndeleteResponse>.InvokeUndeleteActionAsync method
namespace: Serenity.Services assembly: Serenity.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 |