Skip to content

IUndeleteHandlerAsync<TRow,TUndeleteRequest,TUndeleteResponse>.UndeleteAsync method

namespace: Serenity.Services   assemblySerenity.Net.Services

Processes an undelete request asynchronously

public Task<TUndeleteResponse> UndeleteAsync(IUnitOfWork uow, TUndeleteRequest request, 
    CancellationToken cancellationToken = default(CancellationToken))
parameter description
uow Unit of work
request The undelete request
cancellationToken Cancellation token

See Also