TestCluster.StartAdditionalSilosAsync(Int32, Boolean) 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.
public System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.TestingHost.SiloHandle>> StartAdditionalSilosAsync (int silosToStart, bool startAdditionalSiloOnNewPort = false);
member this.StartAdditionalSilosAsync : int * bool -> System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.TestingHost.SiloHandle>>
Public Function StartAdditionalSilosAsync (silosToStart As Integer, Optional startAdditionalSiloOnNewPort As Boolean = false) As Task(Of List(Of SiloHandle))
Parameters
- silosToStart
- Int32
Number of silos to start.
- startAdditionalSiloOnNewPort
- Boolean
Returns
List of SiloHandles for the newly started silos.