Apache.NMS.ActiveMQ.NetTxSession.DoCommit C# (CSharp) 메소드

DoCommit() 개인적인 메소드

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