CreateHostBuilder Method
Definition
- Namespace
- Codebelt.Bootstrapper.Worker
- Assemblies
- Codebelt.Bootstrapper.Worker.dll
CreateHostBuilder(string[])
Creates an HostApplicationBuilder used to set up the host.
protected static HostApplicationBuilder CreateHostBuilder(string[] args)
Parameters
argsstring[]The command line arguments.
Returns
- HostApplicationBuilder
The initialized HostApplicationBuilder.