System.Transactions.EnlistmentState.InternalCommitted C# (CSharp) Method

InternalCommitted() private method

private InternalCommitted ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
return void
        internal virtual void InternalCommitted(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);
        }