This is used as a marker interface for the different transaction context required for each session

Namespace: NHibernate.Transaction
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public interface ITransactionContext : IDisposable
Visual Basic
Public Interface ITransactionContext _
	Inherits IDisposable
Visual C++
public interface class ITransactionContext : IDisposable

See Also