System.Transactions.Phase1VolatileDemultiplexer.InDoubt C# (CSharp) Method

InDoubt() public method

public InDoubt ( IPromotedEnlistment en ) : void
en IPromotedEnlistment
return void
        public override void InDoubt(IPromotedEnlistment en)
        {
            _promotedEnlistment = en;
            PoolableInDoubt(this);
        }