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