IAfterInitAppHost
Run "no-touch" Startup logic after the AppHost has been initialized
Assembly: ServiceStack.dll
View Source
Declaration
public interface IAfterInitAppHost
Methods
AfterInit(IAppHost)
View Source
Declaration
void AfterInit(IAppHost appHost)
Parameters
Type | Name |
---|---|
ServiceStack.IAppHost | appHost |