Skip to content

IUndeleteRequestProcessorAsync.ProcessAsync method

namespace: Serenity.Services   assemblySerenity.Net.Services

Processes the UndeleteRequest asynchronously and returns a UndeleteResponse

public Task<UndeleteResponse> ProcessAsync(IUnitOfWork uow, UndeleteRequest request, 
    CancellationToken cancellationToken = default(CancellationToken))
parameter description
uow Unit of work
request Undelete request
cancellationToken Cancellation token

See Also