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
        }