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

Committed() 개인적인 메소드

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