ISaveRequestProcessorAsync.ProcessAsync method
Processes the ISaveRequest asynchronously and returns a SaveResponse.
public Task<SaveResponse> ProcessAsync(IUnitOfWork uow, ISaveRequest request, SaveRequestType type,
CancellationToken cancellationToken = default)
| parameter | description |
|---|---|
| uow | Unit of work |
| request | Save request |
| type | Save request type, Create or Update |
| cancellationToken | Cancellation token |
See Also
- class SaveResponse
- interface IUnitOfWork
- interface ISaveRequest
- enum SaveRequestType
- interface ISaveRequestProcessorAsync