Vixen
caa30e12
csharp
public readonly record struct InstanceBinding

Somebody a saved instance is bound to.

Read the guide page for this →

Remarks

⚠ [GenerateSerializer] because it crosses a grain call inside another record, and this file's own warning is what caught it missing: a type added to the vocabulary and not given a codec fails at the first call that carries it, not at compile time. ClusterSerializationTests is the reason that was a red test rather than a support ticket.

Fields and properties (2)

  • public PlayerKey Player

    Who.

  • public DateTimeOffset Bound

    When they were saved to it.

Methods (1)

  • public InstanceBinding(PlayerKey Player, DateTimeOffset Bound)

    Somebody a saved instance is bound to.

Used by (2)

  • InstanceRecordVixen.Live.Cluster
  • InstanceStateVixen.Live.Orchestrator