Skip to content

UndeleteRequestHandlerAsync<TRow> constructor

Base generic class for async undelete request handlers that use UndeleteRequest as the request type, and UndeleteResponse as the response type.

public UndeleteRequestHandlerAsync(IRequestContext context)
parameter description
TRow The entity type
context The request context

Remarks

Initializes a new instance of the class.

See Also