IHandlerActivator interface

namespace: Serenity.Services   assemblySerenity.Net.Services

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

public interface IHandlerActivator

Members

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

See Also