Show / Hide Table of Contents

    Class StorageMemoryLogEvents

    Contains the LogEvent constants of all events logged by the Silverback.Storage.Memory package.

    Inheritance
    object
    StorageMemoryLogEvents
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini