System.Transactions.VolatileEnlistmentEnded.InternalCommitted C# (CSharp) 메소드

InternalCommitted() 개인적인 메소드

private InternalCommitted ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
리턴 void
        internal override void InternalCommitted(InternalEnlistment enlistment)
        {
            // Ignore this in case the enlistment gets here before
            // the transaction tells it to do so
        }