Vixen
caa30e12
csharp
public record class InstanceOutcome

What came of a write, and what the instance looks like now.

Read the guide page for this →

Fields and properties (3)

  • public InstanceWrite Write

    How it was received.

  • public uint Revision

    The revision after it.

  • public bool Ok

    Whether the instance is now in the state the caller asked for.

Methods (1)

  • public InstanceOutcome(InstanceWrite Write, uint Revision)

    What came of a write, and what the instance looks like now.

Used by (4)

  • IInstanceGrainVixen.Live.Cluster
  • InstanceGrainVixen.Live.Orchestrator
  • InstanceStateVixen.Live.Orchestrator
  • InstanceStateTestsVixen.Live.Orchestrator.Tests