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
    Namespace: Apache.NMS
    Assembly: Apache.NMS.dll
    Syntax
    public interface ITextMessage : IMessage

    Properties

    Text

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