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

ChangeStateCommitting() 개인적인 메소드

private ChangeStateCommitting ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
리턴 void
        internal virtual void ChangeStateCommitting(InternalEnlistment enlistment)
        {
            Debug.Assert(false, string.Format(null, "Invalid Event for InternalEnlistment State; Current State: {0}", GetType()));
            throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId);
        }