Redigera

Dela via


InProcessTestCluster.StartSilosAsync(Int32, Boolean) Method

Definition

Start a number of additional silo, so that they join the existing cluster.

public System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.TestingHost.InProcessSiloHandle>> StartSilosAsync(int silosToStart, bool startAdditionalSiloOnNewPort = false);
member this.StartSilosAsync : int * bool -> System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.TestingHost.InProcessSiloHandle>>
Public Function StartSilosAsync (silosToStart As Integer, Optional startAdditionalSiloOnNewPort As Boolean = false) As Task(Of List(Of InProcessSiloHandle))

Parameters

silosToStart
Int32

Number of silos to start.

startAdditionalSiloOnNewPort
Boolean

Returns

List of SiloHandles for the newly started silos.

Applies to