UndeleteRequestHandlerAsync<TRow,TUndeleteRequest,TUndeleteResponse>.ProcessAsync method
Processes the undelete request asynchronously. This is the entry point for the handler.
public Task<TUndeleteResponse> ProcessAsync(IUnitOfWork unitOfWork, TUndeleteRequest request,
CancellationToken cancellationToken = default)
| parameter | description |
|---|---|
| unitOfWork | Unit of work |
| request | Request |
| cancellationToken | Cancellation token |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | unitOfWork is null. |