GrainAddressCacheUpdate
class
Namespace: Orleans.Runtime
Represents a directive to update an invalid, cached
GrainAddress to a valid GrainAddress. [Orleans.GenerateSerializer][Orleans.Immutable]public sealed class GrainAddressCacheUpdate : IFormattable, ISpanFormattableConstructors
Properties
GrainIdIdentifier of the Grain.InvalidActivationIdIdentifier of the invalid grain activation.InvalidGrainAddressGets the invalid grain activation address.InvalidSiloAddressAddress of the silo indicated by the invalid grain activation cache entry.ValidGrainAddressGets the valid grain activation address.
Methods
ToFullStringToStringReturns a string that represents the current object.
