System.Transactions.VolatileEnlistmentPrepared.InternalCommitted C# (CSharp) Method

InternalCommitted() private method

private InternalCommitted ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
return void
        internal override void InternalCommitted(InternalEnlistment enlistment)
        {
            VolatileEnlistmentCommitting.EnterState(enlistment);
        }