Szerkesztés

Megosztás a következőn keresztül:


IGrainLocator.UpdateCache(GrainId, SiloAddress) Method

Definition

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.

Applies to