Apache.NMS.ActiveMQ.Commands.JournalTopicAck.ToString C# (CSharp) Method

ToString() public method

public ToString ( ) : string
return string
        public override string ToString()
        {
            return GetType().Name + "[ " +
                "Destination = " + Destination + ", " +
                "MessageId = " + MessageId + ", " +
                "MessageSequenceId = " + MessageSequenceId + ", " +
                "SubscritionName = " + SubscritionName + ", " +
                "ClientId = " + ClientId + ", " +
                "TransactionId = " + TransactionId + " ]";
        }