Skip to content

InProcessTestCluster.StartSilosAsync(int, bool)

StartSilosAsync(int, bool)

View source
[System.Obsolete(Use overload which does not have a 'startAdditionalSiloOnNewPort' parameter.)]
public Task<List<InProcessSiloHandle>> StartSilosAsync(int silosToStart, bool startAdditionalSiloOnNewPort)
Start a number of additional silo, so that they join the existing cluster.

Parameters

silosToStartint
Number of silos to start.
startAdditionalSiloOnNewPortbool

Returns

List of SiloHandles for the newly started silos.