Apache.NMS.ActiveMQ.State.TransactionState.getId C# (CSharp) Method

getId() public method

public getId ( ) : TransactionId
return Apache.NMS.ActiveMQ.Commands.TransactionId
        public TransactionId getId()
        {
            return id;
        }