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

Prepared() private method

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