Skip to content

DeleteRequestHandlerAsync<TRow,TDeleteRequest,TDeleteResponse>.ProcessAsync method

Processes the delete request asynchronously. This is the entry point for the handler.

public Task<TDeleteResponse> ProcessAsync(IUnitOfWork unitOfWork, TDeleteRequest request, 
    CancellationToken cancellationToken = default)
parameter description
unitOfWork Unit of work
request Request
cancellationToken Cancellation token

Exceptions

exception condition
ArgumentNullException unitOfWork or request is null.

See Also