Edit

Share via


SystemTargetGrainId.WithSiloAddress(SiloAddress) Method

Definition

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.

Applies to