Table of Contents

Class MinimalWorkerProgram

Namespace
Codebelt.Bootstrapper.Worker
Assembly
Codebelt.Bootstrapper.Worker.dll

The base entry point of an application optimized for worker applications.

public abstract class MinimalWorkerProgram : ProgramRoot
Inheritance
MinimalWorkerProgram

Methods

CreateHostBuilder(String[])

Creates an HostApplicationBuilder used to set up the host.

protected static HostApplicationBuilder CreateHostBuilder(string[] args)

Parameters

args String[]

The command line arguments.

Returns

HostApplicationBuilder

The initialized HostApplicationBuilder.