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

RecoveryInformation() private method

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