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