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
GrainAddressCacheUpdate(GrainAddress, GrainAddress?)Initializes a new instance of theGrainAddressCacheUpdateclass.
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
ToFullStringReturns a string representation which includes the invalid and replacement addresses and the invalid address membership version.ToStringReturns a string that represents the current object.
