Skip to content

InProcessTestCluster.StartSilosAsync(int)

StartSilosAsync(int)

View source
public Task<List<InProcessSiloHandle>> StartSilosAsync(int silosToStart)
Start a number of additional silo, so that they join the existing cluster.

Parameters

silosToStartint
Number of silos to start.

Returns

List of SiloHandles for the newly started silos.