ListRequestHandler<TRow,TListRequest,TListResponse>.Process method
namespace: Serenity.Services assembly: Serenity.Net.Services
Processes the list request. This is the entry point for the handler.
public TListResponse Process(IDbConnection connection, TListRequest request)
| parameter | description |
|---|---|
| connection | Connection |
| request | Request |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | connection or the request is null |
See Also
- class TListResponse
- class TListRequest
- class ListRequestHandler<TRow,TListRequest,TListResponse>