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

InternalIndoubt() 개인적인 메소드

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