Skip to main content
Table of Contents

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

int

ChangeSetApplied

Change-set successfully applied to an aggregate.

public const int ChangeSetApplied = 100003

Field Value

int

ChangeSetCreated

Change-set successfully created from a request.

public const int ChangeSetCreated = 100002

Field Value

int

NoChangesToApplied

No changes detected; the update is a no-op.

public const int NoChangesToApplied = 100004

Field Value

int