TestingSiloHost.StartAdditionalSilo 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 an additional silo, so that it joins the existing cluster with the default Primary and Secondary silos.
public Orleans.TestingHost.SiloHandle StartAdditionalSilo ();
member this.StartAdditionalSilo : unit -> Orleans.TestingHost.SiloHandle
Public Function StartAdditionalSilo () As SiloHandle
Returns
SiloHandle for the newly started silo.