IPreInitPlugin
Callback to pre-configure any logic before IPlugin.Register() is fired
Assembly: ServiceStack.dll
View Source
Declaration
public interface IPreInitPlugin
Methods
BeforePluginsLoaded(IAppHost)
View Source
Declaration
void BeforePluginsLoaded(IAppHost appHost)
Parameters
Type | Name |
---|---|
ServiceStack.IAppHost | appHost |