TestingSiloHost.StartAdditionalSilos(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Start a number of additional silo, so that they join the existing cluster with the default Primary and Secondary silos.
public System.Collections.Generic.List<Orleans.TestingHost.SiloHandle> StartAdditionalSilos (int numExtraSilos);
member this.StartAdditionalSilos : int -> System.Collections.Generic.List<Orleans.TestingHost.SiloHandle>
Public Function StartAdditionalSilos (numExtraSilos As Integer) As List(Of SiloHandle)
Parameters
- numExtraSilos
- Int32
Number of additional silos to start.
Returns
List of SiloHandles for the newly started silos.