2 types derived from Enlistment
System.Transactions (2)
System\Transactions\PreparingEnlistment.cs (1)
17public class PreparingEnlistment : Enlistment
System\Transactions\SinglePhaseEnlistment.cs (1)
15public class SinglePhaseEnlistment : Enlistment
14 instantiations of Enlistment
System.Transactions (14)
System\Transactions\TransactionManager.cs (1)
270Enlistment returnValue = new Enlistment( enlistmentNotification, syncRoot );
System\Transactions\TransactionState.cs (13)
1207Enlistment en = new Enlistment( resourceManagerIdentifier, tx, enlistmentNotification, enlistmentNotification, atomicTransaction ); 1365Enlistment enlistment = new Enlistment( tx, enlistmentNotification, null, atomicTransaction, enlistmentOptions ); 1395Enlistment enlistment = new Enlistment( tx, enlistmentNotification, enlistmentNotification, atomicTransaction, enlistmentOptions ); 1433Enlistment en = new Enlistment( tx, promotableSinglePhaseNotification, atomicTransaction ); 1670Enlistment enlistment = new Enlistment( tx, enlistmentNotification, null, atomicTransaction, enlistmentOptions ); 1700Enlistment enlistment = new Enlistment( tx, enlistmentNotification, enlistmentNotification, atomicTransaction, enlistmentOptions ); 1750Enlistment en = new Enlistment( tx, promotableSinglePhaseNotification, atomicTransaction ); 2420Enlistment en = new Enlistment( enlistmentNotification, tx, atomicTransaction ); 2452Enlistment en = new Enlistment( enlistmentNotification, tx, atomicTransaction ); 2486Enlistment en = new Enlistment( 2530Enlistment en = new Enlistment( 4229Enlistment enlistment = new Enlistment(tx, enlistmentNotification, null, atomicTransaction, enlistmentOptions); 4258Enlistment enlistment = new Enlistment(tx, enlistmentNotification, enlistmentNotification, atomicTransaction, enlistmentOptions);
125 references to Enlistment
System.Activities (3)
System\Activities\Runtime\ActivityExecutor.cs (3)
1094void IEnlistmentNotification.Commit(Enlistment enlistment) 1128void IEnlistmentNotification.InDoubt(Enlistment enlistment) 1173void IEnlistmentNotification.Rollback(Enlistment enlistment)
System.Runtime.DurableInstancing (6)
System\Runtime\DurableInstancing\InstanceHandle.cs (3)
990void IEnlistmentNotification.Commit(Enlistment enlistment) 1006void IEnlistmentNotification.InDoubt(Enlistment enlistment) 1017void IEnlistmentNotification.Rollback(Enlistment enlistment)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (3)
1614void IEnlistmentNotification.Commit(Enlistment enlistment) 1621void IEnlistmentNotification.InDoubt(Enlistment enlistment) 1633void IEnlistmentNotification.Rollback(Enlistment enlistment)
System.ServiceModel (28)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (6)
508public void Commit(Enlistment enlistment) 514public void Rollback(Enlistment enlistment) 520public void InDoubt(Enlistment enlistment) 552public void Commit(Enlistment enlistment) 557public void Rollback(Enlistment enlistment) 563public void InDoubt(Enlistment enlistment)
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (3)
296public void Commit(Enlistment enlistment) 301public void Rollback(Enlistment enlistment) 307public void InDoubt(Enlistment enlistment)
System\ServiceModel\Channels\ReceiveContext.cs (3)
630public void Commit(Enlistment enlistment) 636public void InDoubt(Enlistment enlistment) 648public void Rollback(Enlistment enlistment)
System\ServiceModel\ComIntegration\TransactionProxy.cs (7)
298public void Commit(Enlistment enlistment) 304public void Rollback(Enlistment enlistment) 311public void InDoubt(Enlistment enlistment) 324Enlistment enlistment; 354public void Rollback(Enlistment enlistment) 364public void Commit(Enlistment enlistment) 374public void InDoubt(Enlistment enlistment)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (3)
136void IEnlistmentNotification.Commit(Enlistment enlistment) 143void IEnlistmentNotification.Rollback(Enlistment enlistment) 150void IEnlistmentNotification.InDoubt(Enlistment enlistment)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (6)
957public virtual void Commit(Enlistment enlistment) 962public virtual void InDoubt(Enlistment enlistment) 967public virtual void Rollback(Enlistment enlistment) 1031public override void Commit(Enlistment enlistment) 1040public override void Rollback(Enlistment enlistment) 1058public override void InDoubt(Enlistment enlistment)
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (3)
751public void Commit(Enlistment enlistment) 757public void InDoubt(Enlistment enlistment) 768public void Rollback(Enlistment enlistment)
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\Dispatcher\PersistenceContextEnlistment.cs (4)
15Enlistment enlistment; 111void IEnlistmentNotification.Commit(Enlistment enlistment) 122void IEnlistmentNotification.Rollback(Enlistment enlistment) 133void IEnlistmentNotification.InDoubt(Enlistment enlistment)
System\ServiceModel\Activities\Dispatcher\TransactionContext.cs (3)
42void IEnlistmentNotification.Commit(Enlistment enlistment) 48void IEnlistmentNotification.InDoubt(Enlistment enlistment) 84void IEnlistmentNotification.Rollback(Enlistment enlistment)
System.Transactions (75)
System\Transactions\Enlistment.cs (11)
90Enlistment enlistment; 99Enlistment enlistment, 113Enlistment enlistment, 128Enlistment enlistment, 146Enlistment enlistment, 173internal Enlistment Enlistment 409Enlistment enlistment, 423Enlistment enlistment, 449Enlistment enlistment, 474Enlistment enlistment, 500Enlistment enlistment,
System\Transactions\IEnlistmentNotification.cs (3)
35Enlistment enlistment 39Enlistment enlistment 43Enlistment enlistment
System\Transactions\Transaction.cs (10)
689public Enlistment EnlistDurable( 729Enlistment enlistment = this.internalTransaction.State.EnlistDurable(this.internalTransaction, 747public Enlistment EnlistDurable( 787Enlistment enlistment = this.internalTransaction.State.EnlistDurable(this.internalTransaction, 878public Enlistment EnlistVolatile( 912Enlistment enlistment = this.internalTransaction.State.EnlistVolatile(this.internalTransaction, 929public Enlistment EnlistVolatile( 963Enlistment enlistment = this.internalTransaction.State.EnlistVolatile(this.internalTransaction, 1313public Enlistment PromoteAndEnlistDurable(Guid resourceManagerIdentifier, 1357Enlistment enlistment = this.internalTransaction.State.PromoteAndEnlistDurable(this.internalTransaction,
System\Transactions\TransactionManager.cs (2)
176static public Enlistment Reenlist( 270Enlistment returnValue = new Enlistment( enlistmentNotification, syncRoot );
System\Transactions\TransactionState.cs (49)
806internal virtual Enlistment EnlistDurable( 818internal virtual Enlistment EnlistDurable( 830internal virtual Enlistment EnlistVolatile( 841internal virtual Enlistment EnlistVolatile( 1082internal virtual Enlistment PromoteAndEnlistDurable( 1113protected void AddVolatileEnlistment( ref VolatileEnlistmentSet enlistments, Enlistment enlistment ) 1171internal override Enlistment EnlistDurable( 1189internal override Enlistment EnlistDurable( 1207Enlistment en = new Enlistment( resourceManagerIdentifier, tx, enlistmentNotification, enlistmentNotification, atomicTransaction ); 1358internal override Enlistment EnlistVolatile( 1365Enlistment enlistment = new Enlistment( tx, enlistmentNotification, null, atomicTransaction, enlistmentOptions ); 1388internal override Enlistment EnlistVolatile( 1395Enlistment enlistment = new Enlistment( tx, enlistmentNotification, enlistmentNotification, atomicTransaction, enlistmentOptions ); 1433Enlistment en = new Enlistment( tx, promotableSinglePhaseNotification, atomicTransaction ); 1521internal override Enlistment EnlistVolatile( 1533internal override Enlistment EnlistVolatile( 1625internal override Enlistment EnlistDurable( 1635Enlistment en = base.EnlistDurable(tx, resourceManagerIdentifier, enlistmentNotification, 1644internal override Enlistment EnlistDurable( 1654Enlistment en = base.EnlistDurable(tx, resourceManagerIdentifier, enlistmentNotification, 1663internal override Enlistment EnlistVolatile( 1670Enlistment enlistment = new Enlistment( tx, enlistmentNotification, null, atomicTransaction, enlistmentOptions ); 1693internal override Enlistment EnlistVolatile( 1700Enlistment enlistment = new Enlistment( tx, enlistmentNotification, enlistmentNotification, atomicTransaction, enlistmentOptions ); 1750Enlistment en = new Enlistment( tx, promotableSinglePhaseNotification, atomicTransaction ); 2406internal override Enlistment EnlistVolatile( 2420Enlistment en = new Enlistment( enlistmentNotification, tx, atomicTransaction ); 2438internal override Enlistment EnlistVolatile( 2452Enlistment en = new Enlistment( enlistmentNotification, tx, atomicTransaction ); 2470internal override Enlistment EnlistDurable( 2486Enlistment en = new Enlistment( 2514internal override Enlistment EnlistDurable( 2530Enlistment en = new Enlistment( 3455internal override Enlistment EnlistVolatile( InternalTransaction tx, IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) 3461internal override Enlistment EnlistVolatile( InternalTransaction tx, ISinglePhaseNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) 3467internal override Enlistment EnlistDurable( InternalTransaction tx, Guid resourceManagerIdentifier, IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) 3473internal override Enlistment EnlistDurable( InternalTransaction tx, Guid resourceManagerIdentifier, ISinglePhaseNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction ) 4222internal override Enlistment EnlistVolatile( 4229Enlistment enlistment = new Enlistment(tx, enlistmentNotification, null, atomicTransaction, enlistmentOptions); 4251internal override Enlistment EnlistVolatile( 4258Enlistment enlistment = new Enlistment(tx, enlistmentNotification, enlistmentNotification, atomicTransaction, enlistmentOptions); 4281internal override Enlistment EnlistDurable( 4294internal override Enlistment EnlistDurable( 4633internal override Enlistment EnlistVolatile( 4643internal override Enlistment EnlistVolatile( 4736internal override Enlistment EnlistVolatile( 4746internal override Enlistment EnlistVolatile( 5387internal override Enlistment PromoteAndEnlistDurable( 5412Enlistment enlistment;
System.Workflow.Runtime (3)
System\Activities\Statements\Interop.cs (3)
1797public void Commit(Enlistment enlistment) 1803public void InDoubt(Enlistment enlistment) 1819public void Rollback(Enlistment enlistment)