2 implementations of IPromotedEnlistment
System.Transactions (2)
System\Transactions\Oletx\OletxEnlistment.cs (1)
29IPromotedEnlistment
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1122IPromotedEnlistment
51 references to IPromotedEnlistment
System.Transactions (51)
System\Transactions\DurableEnlistmentState.cs (1)
185internal override void ChangeStatePromoted( InternalEnlistment enlistment, IPromotedEnlistment promotedEnlistment )
System\Transactions\Enlistment.cs (7)
95IPromotedEnlistment promotedEnlistment; 257internal IPromotedEnlistment PromotedEnlistment 345IPromotedEnlistment singlePhaseEnlistment 366IPromotedEnlistment preparingEnlistment 375IPromotedEnlistment enlistment 384IPromotedEnlistment enlistment 393IPromotedEnlistment enlistment
System\Transactions\EnlistmentState.cs (1)
136internal virtual void ChangeStatePromoted( InternalEnlistment enlistment, IPromotedEnlistment promotedEnlistment )
System\Transactions\IEnlistmentNotification.cs (4)
11IPromotedEnlistment preparingEnlistment 15IPromotedEnlistment enlistment 19IPromotedEnlistment enlistment 23IPromotedEnlistment enlistment
System\Transactions\ISinglePhaseNotification.cs (1)
11IPromotedEnlistment singlePhaseEnlistment
System\Transactions\Oletx\OleTxTransaction.cs (10)
288internal IPromotedEnlistment EnlistVolatile( 309IPromotedEnlistment enlistment = realOletxTransaction.EnlistVolatile( 324internal IPromotedEnlistment EnlistVolatile( 345IPromotedEnlistment enlistment = realOletxTransaction.EnlistVolatile( 360internal IPromotedEnlistment EnlistDurable( 1028internal IPromotedEnlistment CommonEnlistVolatile( 1191internal IPromotedEnlistment EnlistVolatile( 1197IPromotedEnlistment enlistment = CommonEnlistVolatile( 1205internal IPromotedEnlistment EnlistVolatile( 1211IPromotedEnlistment enlistment = CommonEnlistVolatile(
System\Transactions\Oletx\OletxVolatileEnlistment.cs (12)
1477void IPromotedEnlistment.EnlistmentDone() 1532void IPromotedEnlistment.Prepared() 1623void IPromotedEnlistment.ForceRollback() 1625((IPromotedEnlistment)this).ForceRollback( null ); 1628void IPromotedEnlistment.ForceRollback(Exception e) 1686void IPromotedEnlistment.Committed() 1691void IPromotedEnlistment.Aborted() 1696void IPromotedEnlistment.Aborted(Exception e) 1701void IPromotedEnlistment.InDoubt() 1706void IPromotedEnlistment.InDoubt(Exception e) 1711byte[] IPromotedEnlistment.GetRecoveryInformation() 1717InternalEnlistment IPromotedEnlistment.InternalEnlistment
System\Transactions\TransactionState.cs (1)
3044IPromotedEnlistment oletxEnlistment = tx.PromotedTransaction.EnlistDurable(
System\Transactions\VolatileEnlistmentMultiplexing.cs (14)
28internal IPromotedEnlistment oletxEnlistment; 29internal IPromotedEnlistment preparingEnlistment; 334public abstract void Prepare( IPromotedEnlistment en ); 336public abstract void Commit( IPromotedEnlistment en ); 338public abstract void Rollback( IPromotedEnlistment en ); 340public abstract void InDoubt( IPromotedEnlistment en ); 402public override void Prepare( IPromotedEnlistment en ) 409public override void Commit( IPromotedEnlistment en ) 416public override void Rollback( IPromotedEnlistment en ) 423public override void InDoubt( IPromotedEnlistment en ) 489public override void Prepare( IPromotedEnlistment en ) 496public override void Commit( IPromotedEnlistment en ) 503public override void Rollback( IPromotedEnlistment en ) 510public override void InDoubt( IPromotedEnlistment en )