Skip to content

JournalEntryScope Methods

Represents the lexical write scope for one state journal entry.

Commit

View source
public void Commit()
Commits the pending entry, making it visible to storage.

Exceptions

System.InvalidOperationException
The entry has already completed.

Dispose

View source
public void Dispose()
Aborts the pending entry if it has not been committed.