Skip to content

RetrieveRequestHandlerAsync<TRow,TRetrieveRequest,TRetrieveResponse> constructor

namespace: Serenity.Services   assemblySerenity.Net.Services

Initializes a new instance of the class.

public RetrieveRequestHandlerAsync(IRequestContext context)
parameter description
context Request context

Exceptions

exception condition
ArgumentNullException context is null.

See Also