IPostInitPlugin
Callback to post-configure any logic after IPlugin.Register() is fired
Assembly: ServiceStack.dll
View Source
Declaration
public interface IPostInitPlugin
Methods
AfterPluginsLoaded(IAppHost)
View Source
Declaration
void AfterPluginsLoaded(IAppHost appHost)
Parameters
Type | Name |
---|---|
ServiceStack.IAppHost | appHost |