Skip to main content
Table of Contents

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

int

AggregateNull

Aggregate resolved to null (error).

public const int AggregateNull = 109104

Field Value

int

UpdateFailed

Update operation failed (error).

public const int UpdateFailed = 109101

Field Value

int

UpdateSucceeded

Update operation succeeded.

public const int UpdateSucceeded = 109102

Field Value

int