Delegate representing some process that needs to occur before transaction completion.
Namespace: NHibernate.ActionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public delegate void BeforeTransactionCompletionProcessDelegate() |
Visual Basic |
---|
Public Delegate Sub BeforeTransactionCompletionProcessDelegate |
Visual C++ |
---|
public delegate void BeforeTransactionCompletionProcessDelegate() |
Remarks
NH specific: C# does not support dynamic interface proxies so a delegate is used in
place of the Hibernate interface (see Action/BeforeTransactionCompletionProcess). The
delegate omits the ISessionImplementor parameter as it is not used.