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

EnlistmentDone() private method

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