Apache.NMS.ActiveMQ.NetTxSession.DoRollback C# (CSharp) Method

DoRollback() private method

private DoRollback ( ) : void
return void
        internal override void DoRollback()
        {
            // Only the Transaction Manager can do this when in a .NET Transaction.
            throw new TransactionInProgressException("Cannot Rollback() inside an NetTxSession");
        }