Redigera

Dela via


ISiloBuilderConfigurator Interface

Definition

Caution

Implement ISiloConfigurator and IHostConfigurator instead.

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

public interface ISiloBuilderConfigurator
[System.Obsolete("Implement ISiloConfigurator and IHostConfigurator instead.")]
public interface ISiloBuilderConfigurator
type ISiloBuilderConfigurator = interface
[<System.Obsolete("Implement ISiloConfigurator and IHostConfigurator instead.")>]
type ISiloBuilderConfigurator = interface
Public Interface ISiloBuilderConfigurator
Derived
Attributes

Methods

Configure(ISiloHostBuilder)

Configures the silo host builder.

Applies to