JournalEntryScope
struct
Namespace: Orleans.Journaling
Represents the lexical write scope for one state journal entry.
public struct JournalEntryScope : IDisposableRemarks
Call
JournalEntryScope after successfully writing the entry payload. If the scope is disposed before it is committed, the pending entry is aborted. Properties
WriterGets the writer for this entry.
