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

InDoubt() private méthode

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