Apache.NMS.ActiveMQ.OpenWire.V6.ActiveMQTempQueueMarshaller.GetDataStructureType C# (CSharp) 메소드

GetDataStructureType() 공개 메소드

public GetDataStructureType ( ) : byte
리턴 byte
        public override byte GetDataStructureType()
        {
            return ActiveMQTempQueue.ID_ACTIVEMQTEMPQUEUE;
        }