SystemTargetGrainId.WithSiloAddress(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 a new SystemTargetGrainId targeting the provided address.
public Orleans.Runtime.SystemTargetGrainId WithSiloAddress (Orleans.Runtime.SiloAddress siloAddress);
member this.WithSiloAddress : Orleans.Runtime.SiloAddress -> Orleans.Runtime.SystemTargetGrainId
Public Function WithSiloAddress (siloAddress As SiloAddress) As SystemTargetGrainId
Parameters
- siloAddress
- SiloAddress
The silo address.
Returns
A new SystemTargetGrainId targeting the provided address.