Skip to content

RetrieveRequestHandlerAsync<TRow> constructor

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 RetrieveRequestHandlerAsync(IRequestContext context)
parameter description
TRow The entity type
context The request context

Remarks

Initializes a new instance of the class.

See Also