Show / Hide Table of Contents

    Interface IObjectMessage

    Represents an Object message which contains a serializable .Net object.

    Inherited Members
    IMessage.Acknowledge()
    IMessage.ClearBody()
    IMessage.ClearProperties()
    IMessage.Properties
    IMessage.NMSCorrelationID
    IMessage.NMSDestination
    IMessage.NMSTimeToLive
    IMessage.NMSMessageId
    IMessage.NMSDeliveryMode
    IMessage.NMSPriority
    IMessage.NMSRedelivered
    IMessage.NMSReplyTo
    IMessage.NMSTimestamp
    IMessage.NMSType
    Namespace: Apache.NMS
    Assembly: Apache.NMS.dll
    Syntax
    public interface IObjectMessage : IMessage

    Properties

    Body

    Declaration
    object Body { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Copyright © 2005-2019 Apache Software Foundation project
    Generated by DocFX