SystemTargetGrainId.WithSiloAddress(SiloAddress) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回以所提供的地址为目标的新 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 。