Show / Hide Table of Contents

    Interface ITextMessage

    Represents a text based message

    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
    IMessage.NMSDeliveryTime
    IMessage.NMSCorrelationIDAsBytes
    IMessage.NMSExpiration
    IMessage.GetBody<T>()
    IMessage.IsBodyAssignableTo<T>()
    Namespace: Apache.NMS
    Assembly: Apache.NMS.dll
    Syntax
    public interface ITextMessage : IMessage

    Properties

    | Improve this Doc View Source

    Text

    Declaration
    string Text { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2005-2022 Apache Software Foundation project
    Generated by DocFX