Skip to content

ISiloStatusOracle.GetApproximateSiloStatuses(bool)

GetApproximateSiloStatuses(bool)

abstract
public abstract Dictionary<SiloAddress, SiloStatus> GetApproximateSiloStatuses(bool onlyActive = false)
Gets the statuses of all silo. This method returns an approximate view on the statuses of all silo.

Parameters

onlyActivebool
Include only silo who are currently considered to be active. If false, include all.

Returns

A list of silo statuses.