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

RecoveryInformation() 개인적인 메소드

private RecoveryInformation ( InternalEnlistment enlistment ) : byte[]
enlistment InternalEnlistment
리턴 byte[]
        internal override byte[] RecoveryInformation(InternalEnlistment enlistment)
        {
            throw TransactionException.CreateInvalidOperationException(TraceSourceType.TraceSourceLtm,
                SR.VolEnlistNoRecoveryInfo, null, enlistment == null ? Guid.Empty : enlistment.DistributedTxId);
        }
VolatileEnlistmentState