csharp
public record class InstanceOutcomeWhat came of a write, and what the instance looks like now.
Fields and properties (3)
public InstanceWrite WriteHow it was received.
public uint RevisionThe revision after it.
public bool OkWhether 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