Skip to content

RetrieveRequestHandlerAsync<TRow> class

namespace: Serenity.Services   assemblySerenity.Net.Services

Base generic class for async retrieve request handlers that use RetrieveRequest as the request type, and RetrieveResponse as the response type.

public class RetrieveRequestHandlerAsync<TRow> : 
    RetrieveRequestHandlerAsync<TRow, RetrieveRequest, RetrieveResponse<TRow>>, 
    IRetrieveHandlerAsync<TRow>
    where TRow : class, IRow, new()
parameter description
TRow The entity type
context The request context

Public Members

name description
RetrieveRequestHandlerAsync(…) Base generic class for async retrieve request handlers that use RetrieveRequest as the request type, and RetrieveResponse as the response type.

Remarks

Initializes a new instance of the class.

See Also