ISiloBuilderConfigurator Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |