Table of Contents

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 IConfiguration

The dependency injected IConfiguration.

environment IHostEnvironment

The dependency injected IHostEnvironment.

See Also