Vixen
02b45cc4
csharp
public readonly record struct LedgerResult

What happened, and where in the journal it landed.

Read the guide page for this →

Fields and properties (4)

  • public LedgerVerdict Verdict

    Applied, replayed, or why not.

  • public long Sequence

    The journal position of the first row, or zero.

  • public string Detail

    What was wrong, when something was.

  • public bool Ok

    Whether the caller may proceed as though it were written — including a replay.

Methods (2)

  • public LedgerResult(LedgerVerdict Verdict, long Sequence, string Detail = "")

    What happened, and where in the journal it landed.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (6)

  • ConservationTestsVixen.Live.Persistence.Tests
  • ILedgerVixen.Live.Persistence
  • LedgerTestsVixen.Live.Persistence.Tests
  • MemoryPersistenceVixen.Live.Persistence
  • SqlPersistenceVixen.Live.Persistence
  • TransferFleetVixen.Live.Realm.Tests