次の方法で共有


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

適用対象