StartSiloAsync(int, InProcessTestClusterOptions, IReadOnlyList<IConfigurationSource>, bool)
[System.Obsolete(Use the overload which does not have a 'startSiloOnNewPort' parameter.)]public Task<InProcessSiloHandle> StartSiloAsync(int instanceNumber, InProcessTestClusterOptions clusterOptions, IReadOnlyList<IConfigurationSource> configurationOverrides, bool startSiloOnNewPort) Starts a new silo.
Parameters
instanceNumberint- The instance number to deploy
clusterOptionsInProcessTestClusterOptions- The options to use.
configurationOverridesIReadOnlyList<IConfigurationSource>- Configuration overrides.
startSiloOnNewPortbool- Whether we start this silo on a new port, instead of the default one
Returns
A handle to the deployed silo.
