InProcessTestCluster.GetSiloServiceProvider(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.
Returns the IServiceProvider associated with the given silo
.
public IServiceProvider GetSiloServiceProvider(Orleans.Runtime.SiloAddress silo = default);
member this.GetSiloServiceProvider : Orleans.Runtime.SiloAddress -> IServiceProvider
Public Function GetSiloServiceProvider (Optional silo As SiloAddress = Nothing) As IServiceProvider
Parameters
- silo
- SiloAddress
The silo process to the the service provider for.
Returns
Remarks
If silo
is null
one of the existing silos will be picked randomly.