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