System.Transactions.TransactionStateSubordinateActive.AddOutcomeRegistrant C# (CSharp) Method

AddOutcomeRegistrant() private method

private AddOutcomeRegistrant ( InternalTransaction tx, TransactionCompletedEventHandler transactionCompletedDelegate ) : void
tx InternalTransaction
transactionCompletedDelegate TransactionCompletedEventHandler
return void
        internal override void AddOutcomeRegistrant(InternalTransaction tx, TransactionCompletedEventHandler transactionCompletedDelegate)
        {
            tx._promoteState.EnterState(tx);
            tx.State.AddOutcomeRegistrant(tx, transactionCompletedDelegate);
        }