System.Transactions.EnlistmentState.EnlistmentDone C# (CSharp) 메소드

EnlistmentDone() 개인적인 메소드

private EnlistmentDone ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
리턴 void
        internal virtual void EnlistmentDone(InternalEnlistment enlistment)
        {
            throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId);
        }