Skip to content

IDefaultHandlerFactory.CreateHandler method

Creates a new instance of a default request handler for the specified row type and the handler interface.

public object CreateHandler(Type rowType, Type handlerInterface)
parameter description
rowType The row type.
handlerInterface The handler interface type.

Return Value

The created handler instance.

See Also