Class StorageMemoryLogEvents
Contains the LogEvent constants of all events logged by the Silverback.Storage.Memory package.
Inherited Members
Namespace: Silverback.Diagnostics
Assembly: Silverback.Storage.Memory.dll
Syntax
public static class StorageMemoryLogEvents
Properties
OutboxTransactionUnsupported
Gets the LogEvent representing the log that is written when an ambient transaction is detected, but it's not supported by the in-memory outbox implementation.
Declaration
public static LogEvent OutboxTransactionUnsupported { get; }
Property Value
| Type | Description |
|---|---|
| LogEvent |