Skip to content

IHandlerActivator interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Abstraction for request handler activator, that is used to create instances of a handler type.

public interface IHandlerActivator

Members

name description
CreateInstance(…) Creates an instance of the handler type.

See Also