IEnlistmentNotification (System.Transactions.IEnlistmentNotification)

Inherits:

Interfaces:

Derived Types: 0

Assembly: System.Transactions.dll

Describes an interface that a resource manager should implement to provide two phase commit notification callbacks for the transaction manager upon enlisting for participation.

VB.NET C#

C#

public interface IEnlistmentNotification
{
}

Articles

Using System.Transactions

If you need to take some action when the transaction is rolled back, you must write your own implementation of the System.Transactions.IEnlistmentNotification interface, and ...

Transactions And Session Synchronization

Starting with the first, it seems to me that the two mechanisms (javax.transction.Synchronization, and the System.Transactions.IEnlistmentNotification mechanism above) are pretty ...

p2p.wrox.com Forums - Chapter 8 - Transactions

To receive transaction notifications, take a look at the IEnlistmentNotification interface ( http://msdn2.microsoft.com/en-us/library/system.transactions.ienlistmentnotification.aspx

p2p.wrox.com Forums - Chapter 8 - Transactions

To receive transaction notifications, take a look at the IEnlistmentNotification interface ( http://msdn2.microsoft.com/en-us/library/system.transactions.ienlistmentnotification.aspx

OLEDB Transaction - MSDN Forums

Private Sub Commit( ByVal enlistment As System.Transactions.Enlistment) Implements System.Transactions.IEnlistmentNotification.Commit. If oledbtransaction IsNot Nothing Then oledbtransaction ...

QuickStarts Source Control Viewer

... System.Transactions.IEnlistmentNotification.Prepare Console.WriteLine("Prepare notification received") 'Do work to be included in the transaction 'If ...

IEnlistmentNotification Interface (System.Transactions)

... System.Transactions.IEnlistmentNotification.Prepare Console.WriteLine( "Prepare notification received" ) 'Perform transactional work 'If work finished ...

PreparingEnlistment Class (System.Transactions)

... System.Transactions.IEnlistmentNotification.Prepare Console.WriteLine( "Prepare notification received" ) 'Perform transactional work 'If work finished ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support