ISiloStatusOracle.GetApproximateSiloStatuses(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.
Gets the statuses of all silo. This method returns an approximate view on the statuses of all silo.
public System.Collections.Generic.Dictionary<Orleans.Runtime.SiloAddress,Orleans.Runtime.SiloStatus> GetApproximateSiloStatuses (bool onlyActive = false);
abstract member GetApproximateSiloStatuses : bool -> System.Collections.Generic.Dictionary<Orleans.Runtime.SiloAddress, Orleans.Runtime.SiloStatus>
Public Function GetApproximateSiloStatuses (Optional onlyActive As Boolean = false) As Dictionary(Of SiloAddress, SiloStatus)
Parameters
- onlyActive
- Boolean
Include only silo who are currently considered to be active. If false, include all.
Returns
A list of silo statuses.