Apache.NMS.ActiveMQ.Commands.JournalTransaction.ToString C# (CSharp) Метод

ToString() публичный Метод

public ToString ( ) : string
Результат string
        public override string ToString()
        {
            return GetType().Name + "[ " +
                "TransactionId = " + TransactionId + ", " +
                "Type = " + Type + ", " +
                "WasPrepared = " + WasPrepared + " ]";
        }