IGrainLocator.UpdateCache(GrainId, SiloAddress) メソッド

定義

グレイン配置の決定または既知のアクティブ化アドレスを使用してキャッシュを更新します。

public void UpdateCache (Orleans.Runtime.GrainId grainId, Orleans.Runtime.SiloAddress siloAddress);
abstract member UpdateCache : Orleans.Runtime.GrainId * Orleans.Runtime.SiloAddress -> unit
Public Sub UpdateCache (grainId As GrainId, siloAddress As SiloAddress)

パラメーター

grainId
GrainId

グレイン識別子。

siloAddress
SiloAddress

グレインをホストする可能性があるサイロ。

適用対象