System.Transactions.VolatileEnlistmentEnded.InternalAborted C# (CSharp) Méthode

InternalAborted() private méthode

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