IPlugin
Callback for Plugins to register necessary handlers with ServiceStack
Assembly: ServiceStack.dll
View Source
Declaration
public interface IPlugin
Methods
Register(IAppHost)
View Source
Declaration
void Register(IAppHost appHost)
Parameters
Type | Name |
---|---|
ServiceStack.IAppHost | appHost |