TestCluster.GetActiveSilos 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.
Get the list of current active silos.
public System.Collections.Generic.IEnumerable<Orleans.TestingHost.SiloHandle> GetActiveSilos ();
member this.GetActiveSilos : unit -> seq<Orleans.TestingHost.SiloHandle>
Public Iterator Function GetActiveSilos () As IEnumerable(Of SiloHandle)
Returns
List of current silos.