共用方式為


SystemTargetGrainId.WithSiloAddress(SiloAddress) 方法

定義

傳回以所提供位址為目標的新 SystemTargetGrainId

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

參數

siloAddress
SiloAddress

定址接收器位址。

傳回

以所提供位址為目標的新 SystemTargetGrainId

適用於