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
定址接收器位址。
傳回
以所提供位址為目標的新 SystemTargetGrainId 。