System.Transactions.TransactionStatePromotedNonMSDTCEnded.get_Identifier C# (CSharp) 메소드

get_Identifier() 개인적인 메소드

private get_Identifier ( InternalTransaction tx ) : Guid
tx InternalTransaction
리턴 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;
        }