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

RecoveryInformation() 개인적인 메소드

private RecoveryInformation ( InternalEnlistment enlistment ) : byte[]
enlistment InternalEnlistment
리턴 byte[]
        internal virtual byte[] RecoveryInformation(InternalEnlistment enlistment)
        {
            throw TransactionException.CreateEnlistmentStateException(null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId);
        }