ISiloStatusOracle.TryGetSiloName(SiloAddress, String) 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 name of a silo. Silo name is assumed to be static and does not change across restarts of the same silo.
public bool TryGetSiloName (Orleans.Runtime.SiloAddress siloAddress, out string siloName);
abstract member TryGetSiloName : Orleans.Runtime.SiloAddress * string -> bool
Public Function TryGetSiloName (siloAddress As SiloAddress, ByRef siloName As String) As Boolean
Parameters
- siloAddress
- SiloAddress
A silo whose name we are interested in.
- siloName
- String
A silo name.
Returns
TTrue if could return the requested name, false otherwise.