Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQTempQueueMarshaller.GetDataStructureType C# (CSharp) Метод

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

public GetDataStructureType ( ) : byte
Результат byte
        public override byte GetDataStructureType()
        {
            return ActiveMQTempQueue.ID_ACTIVEMQTEMPQUEUE;
        }