IGrainLocator.UpdateCache(GrainId, SiloAddress) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the cache with a grain placement decision or known activation address.
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)
Parameters
- grainId
- GrainId
The grain identifier.
- siloAddress
- SiloAddress
The silo which may host the grain.