IPreConfigureAppHost
Run "no-touch" Startup logic before the ServiceController is created and Config is initialized Only classes in AppHost or Service Assemblies are discovered and run.
Assembly: ServiceStack.dll
View Source
Declaration
public interface IPreConfigureAppHost
Methods
PreConfigure(IAppHost)
View Source
Declaration
void PreConfigure(IAppHost appHost)
Parameters
Type | Name |
---|---|
ServiceStack.IAppHost | appHost |