UndeleteRequestHandlerAsync<TRow,TUndeleteRequest,TUndeleteResponse>.ProcessAsync method
namespace: Serenity.Services assembly: Serenity.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
- class TUndeleteResponse
- interface IUnitOfWork
- class TUndeleteRequest
- class UndeleteRequestHandlerAsync<TRow,TUndeleteRequest,TUndeleteResponse>