GetApproximateSiloStatus(SiloAddress)
abstract
public abstract SiloStatus GetApproximateSiloStatus(SiloAddress siloAddress) Gets the status of a given silo. This method returns an approximate view on the status of a given silo. In particular, this oracle may think the given silo is alive, while it may already have failed. If this oracle thinks the given silo is dead, it has been authoritatively told so by ISiloDirectory.
Parameters
siloAddressSiloAddress- A silo whose status we are interested in.
Returns
The status of a given silo.
