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

GetDataStructureType() public method

public GetDataStructureType ( ) : byte
return byte
        public override byte GetDataStructureType()
        {
            return MessageDispatch.ID_MESSAGEDISPATCH;
        }