Skip to content

RetrieveRequestHandler<TRow,TRetrieveRequest,TRetrieveResponse> constructor

Initializes a new instance of the class.

public RetrieveRequestHandler(IRequestContext context)
parameter description
context Request context

Exceptions

exception condition
ArgumentNullException context is null.

See Also