Class LogEvents.ChangeSet
- Namespace
- Stratara.Diagnostics
- Assembly
- Stratara.Diagnostics.dll
Change-set / aggregate-update event-IDs (100_000s).
public static class LogEvents.ChangeSet
- Inheritance
-
LogEvents.ChangeSet
- Inherited Members
Fields
AggregateNotFound
Aggregate not found for the requested id (error).
public const int AggregateNotFound = 100101
Field Value
ChangeSetApplied
Change-set successfully applied to an aggregate.
public const int ChangeSetApplied = 100003
Field Value
ChangeSetCreated
Change-set successfully created from a request.
public const int ChangeSetCreated = 100002
Field Value
NoChangesToApplied
No changes detected; the update is a no-op.
public const int NoChangesToApplied = 100004