Skip to content

IHostConfigurator Methods

Allows implementations to configure the host builder when starting up each silo in the test cluster.

Configure(IHostBuilder)

abstract
public abstract void Configure(IHostBuilder hostBuilder)
Configures the host builder.

Parameters

hostBuilderIHostBuilder
The host builder.