ForgeTrust.Runnable.Core/IRunnableHostModule.cs

IRunnableHostModule

Type

IRunnableHostModule

Defines a module that can specifically configure the before and after service registration. Only the root module of an application (or explicitly marked host modules) usually implements this.
Method

ConfigureHostBeforeServices(StartupContext, IHostBuilder)

Configures the before any modules have their services configured.
Method

ConfigureHostAfterServices(StartupContext, IHostBuilder)

Configures the after all modules have their services configured.