System.Transactions.EnlistmentState.Prepared C# (CSharp) Méthode

Prepared() private méthode

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