Skip to content

IRetrieveHandlerAsync<TRow> interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Interface for async retrieve request handlers that use RetrieveRequest as request, and RetrieveResponse as response types.

public interface IRetrieveHandlerAsync<TRow> : 
    IRetrieveHandlerAsync<TRow, RetrieveRequest, RetrieveResponse<TRow>>
    where TRow : class, IRow, new()
parameter description
TRow Row type

See Also