Skip to content

ActivationId

struct

Namespace: Orleans.Runtime

Uniquely identifies a grain activation.
[Orleans.GenerateSerializer]
[Orleans.Immutable]
[System.Text.Json.Serialization.JsonConverter(Orleans.Runtime.ActivationIdConverter)]
public readonly struct ActivationId : IEquatable<ActivationId>, IFormattable, ISpanFormattable

Constructors

Properties

  • IsDefault Gets a value indicating whether the instance is the default instance.

Methods