Skip to content

JournalStreamWriter Methods

Writes journal entries for one state into the current journal batch.

BeginEntry

View source
public JournalEntryScope BeginEntry()
Begins writing one journal entry for this writer's state.

Returns

A lexical entry scope. Dispose the returned value to abort the entry if JournalEntryScope is not called.