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

silo 地址。

返回

以所提供的地址为目标的新 SystemTargetGrainId

适用于