TestCluster.GetSiloForAddress(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.
Find the silo handle for the specified silo address.
public Orleans.TestingHost.SiloHandle GetSiloForAddress (Orleans.Runtime.SiloAddress siloAddress);
member this.GetSiloForAddress : Orleans.Runtime.SiloAddress -> Orleans.TestingHost.SiloHandle
Public Function GetSiloForAddress (siloAddress As SiloAddress) As SiloHandle
Parameters
- siloAddress
- SiloAddress
Silo address to be found.
Returns
SiloHandle of the appropriate silo, or null
if not found.