Vixen
c7401864
csharp
public record class GuildOutcome

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

Read the guide page for this →

Fields and properties (3)

  • public GuildWrite Write

    How it was received.

  • public uint Revision

    The revision after it, so a caller can tell a no-op from a change.

  • public bool Ok

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

Methods (1)

  • public GuildOutcome(GuildWrite Write, uint Revision)

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

Used by (4)

  • GuildGrainVixen.Live.Orchestrator
  • GuildStateVixen.Live.Orchestrator
  • GuildStateTestsVixen.Live.Orchestrator.Tests
  • IGuildGrainVixen.Live.Cluster