Skip to main content
Table of Contents

Class LogEvents.EventStore

Namespace
Stratara.Diagnostics
Assembly
Stratara.Diagnostics.dll

Event-store append / read event-IDs (102_000s).

public static class LogEvents.EventStore
Inheritance
LogEvents.EventStore
Inherited Members

Fields

AppendFailed

Append failed (optimistic-concurrency conflict or DB error).

public const int AppendFailed = 102101

Field Value

int

SaveChangesFailed

SaveChanges call to the write store failed.

public const int SaveChangesFailed = 102102

Field Value

int

StreamNotFound

Requested event stream not found.

public const int StreamNotFound = 102103

Field Value

int