Class WorkerStartup
- Namespace
- Codebelt.Bootstrapper.Worker
- Assembly
- Codebelt.Bootstrapper.Worker.dll
Provides the base class of a conventional based Startup
class for a worker service.
public abstract class WorkerStartup : StartupRoot
- Inheritance
-
WorkerStartup
- Inherited Members
Constructors
WorkerStartup(IConfiguration, IHostEnvironment)
Initializes a new instance of the WorkerStartup class.
protected WorkerStartup(IConfiguration configuration, IHostEnvironment environment)
Parameters
configuration
IConfigurationThe dependency injected IConfiguration.
environment
IHostEnvironmentThe dependency injected IHostEnvironment.