Table of Contents

Enum CommitMode

Namespace
Foundation.Data.Doublets.Cli
Assembly
Foundation.Data.Doublets.Cli.dll

Sync flushes data-store side-effects before Commit returns. Async durably persists the transitions then applies the data-store side-effects on a background thread (already-applied side-effects are the common case for in-process inner stores).

public enum CommitMode

Fields

Async = 1
Sync = 0