csharp
public record class GuildOutcomeWhat came of a write, and what the guild looks like now.
Fields and properties (3)
public GuildWrite WriteHow it was received.
public uint RevisionThe revision after it, so a caller can tell a no-op from a change.
public bool OkWhether 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