Skip to content

JournalEntryScope

struct

Namespace: Orleans.Journaling

Represents the lexical write scope for one state journal entry.
public struct JournalEntryScope : IDisposable

Remarks

Call JournalEntryScope after successfully writing the entry payload. If the scope is disposed before it is committed, the pending entry is aborted.

Properties

  • Writer Gets the writer for this entry.

Methods

  • Commit Commits the pending entry, making it visible to storage.
  • Dispose Aborts the pending entry if it has not been committed.