StartSilosAsync(int, CancellationToken)
public Task<List<InProcessSiloHandle>> StartSilosAsync(int silosToStart, CancellationToken cancellationToken) Start a number of additional silos, so that they join the existing cluster.
Parameters
silosToStartint- Number of silos to start.
cancellationTokenCancellationToken- The token used to cancel silo startup.
Returns
List of silo handles for the newly started silos.
