StartSilosAsync(int)
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.
