1 interface inheriting from IEnlistmentNotification
System.Transactions (1)
System\Transactions\ISinglePhaseNotification.cs (1)
15public interface ISinglePhaseNotification : IEnlistmentNotification
13 implementations of IEnlistmentNotification
System.Activities (1)
System\Activities\Runtime\ActivityExecutor.cs (1)
25class ActivityExecutor : IEnlistmentNotification
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstanceHandle.cs (1)
781class AcquireContextAsyncResult : AsyncResult, IEnlistmentNotification
System.ServiceModel (7)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (2)
458class ReceiveContextTransactionEnlistment : IEnlistmentNotification 526class TransactionEnlistment : IEnlistmentNotification
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (1)
272class TransactionEnlistment : IEnlistmentNotification
System\ServiceModel\Channels\ReceiveContext.cs (1)
621class EnlistmentNotifications : IEnlistmentNotification
System\ServiceModel\ComIntegration\TransactionProxy.cs (2)
273class ProxyEnlistment : IEnlistmentNotification 318class VoterBallot : ITransactionVoterBallotAsync2, IEnlistmentNotification
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (1)
13sealed class TransactedBatchContext : IEnlistmentNotification
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
742class ReceiveContextEnlistmentNotification : IEnlistmentNotification
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\PersistenceContextEnlistment.cs (1)
12sealed class PersistenceContextEnlistment : IEnlistmentNotification
System\ServiceModel\Activities\Dispatcher\TransactionContext.cs (1)
18class TransactionContext : IEnlistmentNotification
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
1779class InteropEnlistment : IEnlistmentNotification
56 references to IEnlistmentNotification
System.Activities (5)
System\Activities\Runtime\ActivityExecutor.cs (5)
1094void IEnlistmentNotification.Commit(Enlistment enlistment) 1128void IEnlistmentNotification.InDoubt(Enlistment enlistment) 1130((IEnlistmentNotification)this).Rollback(enlistment); 1136void IEnlistmentNotification.Prepare(PreparingEnlistment preparingEnlistment) 1173void IEnlistmentNotification.Rollback(Enlistment enlistment)
System.Runtime.DurableInstancing (8)
System\Runtime\DurableInstancing\InstanceHandle.cs (4)
990void IEnlistmentNotification.Commit(Enlistment enlistment) 1006void IEnlistmentNotification.InDoubt(Enlistment enlistment) 1012void IEnlistmentNotification.Prepare(PreparingEnlistment preparingEnlistment) 1017void IEnlistmentNotification.Rollback(Enlistment enlistment)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (4)
1614void IEnlistmentNotification.Commit(Enlistment enlistment) 1621void IEnlistmentNotification.InDoubt(Enlistment enlistment) 1628void IEnlistmentNotification.Prepare(PreparingEnlistment preparingEnlistment) 1633void IEnlistmentNotification.Rollback(Enlistment enlistment)
System.ServiceModel (4)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (4)
131void IEnlistmentNotification.Prepare(PreparingEnlistment preparingEnlistment) 136void IEnlistmentNotification.Commit(Enlistment enlistment) 143void IEnlistmentNotification.Rollback(Enlistment enlistment) 150void IEnlistmentNotification.InDoubt(Enlistment enlistment)
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Dispatcher\PersistenceContextEnlistment.cs (4)
100void IEnlistmentNotification.Prepare(PreparingEnlistment preparingEnlistment) 111void IEnlistmentNotification.Commit(Enlistment enlistment) 122void IEnlistmentNotification.Rollback(Enlistment enlistment) 133void IEnlistmentNotification.InDoubt(Enlistment enlistment)
System\ServiceModel\Activities\Dispatcher\TransactionContext.cs (4)
42void IEnlistmentNotification.Commit(Enlistment enlistment) 48void IEnlistmentNotification.InDoubt(Enlistment enlistment) 58void IEnlistmentNotification.Prepare(PreparingEnlistment preparingEnlistment) 84void IEnlistmentNotification.Rollback(Enlistment enlistment)
System.Transactions (31)
System\Transactions\Enlistment.cs (13)
57protected IEnlistmentNotification twoPhaseNotifications; 100IEnlistmentNotification twoPhaseNotifications 130IEnlistmentNotification twoPhaseNotifications, 147IEnlistmentNotification twoPhaseNotifications, 229internal IEnlistmentNotification EnlistmentNotification 412IEnlistmentNotification twoPhaseNotifications, 424IEnlistmentNotification twoPhaseNotifications 450IEnlistmentNotification twoPhaseNotifications, 502IEnlistmentNotification twoPhaseNotifications, 553IEnlistmentNotification twoPhaseNotifications, 571IEnlistmentNotification twoPhaseNotifications, 617IEnlistmentNotification twoPhaseNotifications, 632IEnlistmentNotification twoPhaseNotifications,
System\Transactions\Transaction.cs (2)
691IEnlistmentNotification enlistmentNotification, 879IEnlistmentNotification enlistmentNotification,
System\Transactions\TransactionManager.cs (1)
179IEnlistmentNotification enlistmentNotification
System\Transactions\TransactionState.cs (15)
809IEnlistmentNotification enlistmentNotification, 832IEnlistmentNotification enlistmentNotification, 1174IEnlistmentNotification enlistmentNotification, 1360IEnlistmentNotification enlistmentNotification, 1523IEnlistmentNotification enlistmentNotification, 1628IEnlistmentNotification enlistmentNotification, 1665IEnlistmentNotification enlistmentNotification, 2408IEnlistmentNotification enlistmentNotification, 2473IEnlistmentNotification enlistmentNotification, 3455internal override Enlistment EnlistVolatile( InternalTransaction tx, IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) 3467internal override Enlistment EnlistDurable( InternalTransaction tx, Guid resourceManagerIdentifier, IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) 4224IEnlistmentNotification enlistmentNotification, 4284IEnlistmentNotification enlistmentNotification, 4635IEnlistmentNotification enlistmentNotification, 4738IEnlistmentNotification enlistmentNotification,