Show / Hide Table of Contents

    Class TransactionCompletedEvent

    The event published when a (database) transaction is completed and committed. It is fired by the data access after saving changes (see Silverback.Core.EntityFrameworkCore) and it is internally used (in Silverback.Integration) to trigger additional tasks related to the publishing of the domain events.

    Inheritance
    object
    TransactionCompletedEvent
    Implements
    ISilverbackEvent
    IMessage
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Silverback.Messaging.Messages
    Assembly: Silverback.Core.dll
    Syntax
    public class TransactionCompletedEvent : ISilverbackEvent, IMessage

    Constructors

    TransactionCompletedEvent()

    The event published when a (database) transaction is completed and committed. It is fired by the data access after saving changes (see Silverback.Core.EntityFrameworkCore) and it is internally used (in Silverback.Integration) to trigger additional tasks related to the publishing of the domain events.

    Declaration
    public TransactionCompletedEvent()

    Implements

    ISilverbackEvent
    IMessage
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini