System.Transactions.TransactionStateVolatileSPC.ChangeStateTransactionCommitted C# (CSharp) Method

ChangeStateTransactionCommitted() private method

private ChangeStateTransactionCommitted ( InternalTransaction tx ) : void
tx InternalTransaction
return void
        internal override void ChangeStateTransactionCommitted(InternalTransaction tx)
        {
            // The durable enlistment must have committed.  Go to the committed state.
            TransactionStateCommitted.EnterState(tx);
        }