Home ITransactionSubscriber Interface
Post
Cancel

ITransactionSubscriber Interface

Definition

Namespace: EntityDb.Abstractions.Transactions
Assembly: EntityDb.Abstractions

Represents a type that reacts to transactions that have been committed.

1
public interface ITransactionSubscriber

Methods

Notify(ITransaction) Called when a transaction has been committed (or on replay, if used in that way).
This post is licensed under CC BY 4.0 by the author.