Class LogEvents.Update
- Namespace
- Stratara.Diagnostics
- Assembly
- Stratara.Diagnostics.dll
Aggregate-update event-IDs (109_000s).
public static class LogEvents.Update
- Inheritance
-
LogEvents.Update
- Inherited Members
Fields
AggregateDeleted
Aggregate was deleted as part of an update operation.
public const int AggregateDeleted = 109103
Field Value
AggregateNull
Aggregate resolved to null (error).
public const int AggregateNull = 109104
Field Value
UpdateFailed
Update operation failed (error).
public const int UpdateFailed = 109101
Field Value
UpdateSucceeded
Update operation succeeded.
public const int UpdateSucceeded = 109102