Apache.NMS.ActiveMQ.OpenWire.V6.ProducerAckMarshaller.GetDataStructureType C# (CSharp) Method

GetDataStructureType() public method

public GetDataStructureType ( ) : byte
return byte
        public override byte GetDataStructureType()
        {
            return ProducerAck.ID_PRODUCERACK;
        }