Editar

Compartilhar via


GrainAddressCacheUpdate Class

Definition

Represents a directive to update an invalid, cached GrainAddress to a valid GrainAddress.

[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class GrainAddressCacheUpdate : ISpanFormattable
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type GrainAddressCacheUpdate = class
    interface ISpanFormattable
    interface IFormattable
Public NotInheritable Class GrainAddressCacheUpdate
Implements ISpanFormattable
Inheritance
GrainAddressCacheUpdate
Attributes
Implements

Constructors

Name Description
GrainAddressCacheUpdate(GrainAddress, GrainAddress)

Properties

Name Description
GrainId

Identifier of the Grain.

InvalidActivationId

Identifier of the invalid grain activation.

InvalidGrainAddress

Gets the invalid grain activation address.

InvalidSiloAddress

Address of the silo indicated by the invalid grain activation cache entry.

ValidGrainAddress

Gets the valid grain activation address.

Methods

Name Description
ToFullString()
ToString()

Explicit Interface Implementations

Name Description
IFormattable.ToString(String, IFormatProvider)
ISpanFormattable.TryFormat(Span<Char>, Int32, ReadOnlySpan<Char>, IFormatProvider)

Applies to