System.Transactions.TransactionStatePromotedNonMSDTCEnded.get_Identifier C# (CSharp) Method

get_Identifier() private method

private get_Identifier ( InternalTransaction tx ) : Guid
tx InternalTransaction
return Guid
        internal override Guid get_Identifier(InternalTransaction tx)
        {
            // In this state, we know that the we are dealing with a non-MSDTC promoter, so get the identifier from the internal transaction.
            return tx._distributedTransactionIdentifierNonMSDTC;
        }