IUndeleteHandlerAsync<TRow,TUndeleteRequest,TUndeleteResponse>.UndeleteAsync method
Processes an undelete request asynchronously
public Task<TUndeleteResponse> UndeleteAsync(IUnitOfWork uow, TUndeleteRequest request,
CancellationToken cancellationToken = default)
| parameter | description |
|---|---|
| uow | Unit of work |
| request | The undelete request |
| cancellationToken | Cancellation token |
See Also
- interface IUnitOfWork
- interface IUndeleteHandlerAsync<TRow,TUndeleteRequest,TUndeleteResponse>