ISiloStatusOracle.IsDeadSilo(SiloAddress) 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 a value indicating whether the current silo is dead.
public bool IsDeadSilo (Orleans.Runtime.SiloAddress silo);
abstract member IsDeadSilo : Orleans.Runtime.SiloAddress -> bool
Public Function IsDeadSilo (silo As SiloAddress) As Boolean
Parameters
- silo
- SiloAddress
Returns
The silo so ask about.