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

InternalCommitted() private method

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