Skip to content

UndeleteRequestHandlerAsync<TRow,TUndeleteRequest,TUndeleteResponse>.ProcessAsync method

namespace: Serenity.Services   assemblySerenity.Net.Services

Processes the undelete request asynchronously. This is the entry point for the handler.

public Task<TUndeleteResponse> ProcessAsync(IUnitOfWork unitOfWork, TUndeleteRequest request, 
    CancellationToken cancellationToken = default(CancellationToken))
parameter description
unitOfWork Unit of work
request Request
cancellationToken Cancellation token

Exceptions

exception condition
ArgumentNullException unitOfWork is null.

See Also