ITransactionListener Interface

Summary

allows registration with a transaction to be notified of commit and rollback
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o
Implementing Types
graph BT Type["ITransactionListener"] class Type type-node Implementing0["NullTransactionListener"]-.->Type click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/NullTransactionListener"

Syntax

public interface ITransactionListener

Methods

Name Value Summary
PostRollback() void
PreCommit() void